We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871d54e commit 3a0e47cCopy full SHA for 3a0e47c
.github/workflows/release.yaml
@@ -27,3 +27,5 @@ jobs:
27
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
28
git tag -d v${{ steps.release.outputs.major }}
29
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