mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2024-11-22 01:59:37 +01:00
wip
This commit is contained in:
parent
e458649bef
commit
3494e663be
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -33,4 +33,5 @@ jobs:
|
||||||
- id: get_version
|
- id: get_version
|
||||||
uses: battila7/get-version-action@v2
|
uses: battila7/get-version-action@v2
|
||||||
- run: git tag -f "v${{ steps.get_version.outputs.major }}"
|
- 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 a new issue