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 f36ac0a commit 942949fCopy full SHA for 942949f
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
git push
52
- name: Tag new version
53
run: |
54
- git tag -a ${{ github.event.inputs.version }} -m "Release ${{ github.event.inputs.version }}"
+ git tag -a ${{ github.event.inputs.version }} -m "${{ github.event.inputs.version }}"
55
git push --tags
56
- name: Create Release
57
id: create_release
0 commit comments