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.
2 parents 7e0382d + cf031d9 commit b0a62dbCopy full SHA for b0a62db
.github/workflows/release.yml
@@ -58,8 +58,8 @@ jobs:
58
run: |
59
git config --global user.name 'Github Bot'
60
git config --global user.email '<>'
61
- git tag ${{ github.events.inputs.releaseVersion }}
+ git tag ${{ github.event.inputs.releaseVersion }}
62
- name: Push tag
63
if: ${{ github.event.inputs.dry_run != 'true' }}
64
65
- git push ${{ github.events.inputs.releaseVersion }}
+ git push origin ${{ github.event.inputs.releaseVersion }}
0 commit comments