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