Skip to content

Commit

Permalink
ci(actions): fix git tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukaato committed Aug 13, 2024
1 parent 7690263 commit 2d80976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
- name: Commit & Tag
run: |
git push
git tag $version
git push origin $version
git tag v$version
git push origin tag v$version

0 comments on commit 2d80976

Please sign in to comment.