We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190ff2a commit d71972aCopy full SHA for d71972a
.github/workflows/create-tag.yml
@@ -22,6 +22,6 @@ jobs:
22
23
- name: Create tag
24
run: |
25
- TAG_NAME="v${{ env.VERSION }}"
+ TAG_NAME="v${{ env.version }}"
26
git tag $TAG_NAME
27
git push origin $TAG_NAME
0 commit comments