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 dc1d1a1 commit cc7098aCopy full SHA for cc7098a
.github/workflows/release-on-merge.yml
@@ -40,6 +40,6 @@ jobs:
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
+ 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