1
0
mirror of https://gitea.com/actions/gitea-release-action.git synced 2025-02-23 12:10:31 +07:00
This commit is contained in:
Akkuman 2023-12-04 10:29:04 +08:00
parent e458649bef
commit 3494e663be

View File

@ -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