Skip to content

Commit d71972a

Browse files
committed
Fix create-tag.yml
1 parent 190ff2a commit d71972a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
2323
- name: Create tag
2424
run: |
25-
TAG_NAME="v${{ env.VERSION }}"
25+
TAG_NAME="v${{ env.version }}"
2626
git tag $TAG_NAME
2727
git push origin $TAG_NAME

0 commit comments

Comments
 (0)