Skip to content

Commit 270d60e

Browse files
committed
Update release workflow
1 parent 4c61f5f commit 270d60e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
- run: git push
2828
env:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
30+
- run: git tag -f ${{ github.event.release.tag_name }} ${{ github.event.release.target_commitish }}
31+
env:
32+
github-token: ${{ secrets.GITHUB_TOKEN }}
33+
- run: git push origin ${{ github.event.release.tag_name }} --force
34+
env:
35+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)