Skip to content

Commit 3a0e47c

Browse files
committed
ci: fix release again
1 parent 871d54e commit 3a0e47c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2828
git tag -d v${{ steps.release.outputs.major }}
2929
git push origin :v${{ steps.release.outputs.major }} || true
30+
git tag -a v${{ steps.release.outputs.major }} -m "Release v${{ steps.release.outputs.major }}"
31+
git push origin v${{ steps.release.outputs.major }}

0 commit comments

Comments
 (0)