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 4c61f5f commit 270d60eCopy full SHA for 270d60e
.github/workflows/release.yml
@@ -27,3 +27,9 @@ jobs:
27
- run: git push
28
env:
29
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
35
0 commit comments