mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2024-11-10 02:11:07 +07:00
wip
This commit is contained in:
parent
e458649bef
commit
3494e663be
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -33,4 +33,5 @@ jobs:
|
||||
- id: get_version
|
||||
uses: battila7/get-version-action@v2
|
||||
- run: git tag -f "v${{ steps.get_version.outputs.major }}"
|
||||
- run: git push -f --follow-tags
|
||||
- run: git push
|
||||
- run: git push --tags -f
|
||||
|
Loading…
Reference in New Issue
Block a user