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 3b6883e commit 372a3abCopy full SHA for 372a3ab
.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.version }}
+ git tag ${{ github.events.inputs.releaseVersion }}
62
- name: Push tag
63
if: ${{ github.event.inputs.dry_run != 'true' }}
64
65
- git push ${{ github.events.inputs.version }}
+ git push ${{ github.events.inputs.releaseVersion }}
0 commit comments