Skip to content

Commit fa45a22

Browse files
committed
ci: fix release tag
1 parent 1097b93 commit fa45a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Update major tag
3232
run: |
33-
git tag -fa v$MAJOR_VERSION -m "Update v$MAJOR_VERSION tag"
34-
git push origin v$MAJOR_VERSION --force
33+
git tag -fa $MAJOR_VERSION -m "Update $MAJOR_VERSION tag"
34+
git push origin $MAJOR_VERSION --force
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)