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 4f74397 + 52eeb0e commit e0eb2eaCopy full SHA for e0eb2ea
.github/workflows/release.yml
@@ -54,8 +54,8 @@ jobs:
54
run: |
55
git config --global user.name 'Github Bot'
56
git config --global user.email '<>'
57
- git tag ${{ github.events.inputs.version }}
+ git tag ${{ github.events.inputs.releaseVersion }}
58
- name: Push tag
59
if: ${{ github.event.inputs.dry_run != 'true' }}
60
61
- git push ${{ github.events.inputs.version }}
+ git push ${{ github.events.inputs.releaseVersion }}
0 commit comments