We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209a7fd commit 8dc1a9fCopy full SHA for 8dc1a9f
.github/workflows/release-on-merge.yml
@@ -36,3 +36,10 @@ jobs:
36
run: "git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v${{steps.semantic.outputs.new_release_major_version}}"
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
+ - name: Reset alpha branch
40
+ if: |
41
+ steps.semantic.outputs.new_release_published == 'true' &&
42
+ steps.semantic.outputs.new_release_channel == 'undefined'
43
+ run: "git push --force https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/alpha
44
+ env:
45
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments