From 3494e663bed88a9f64e755e7bb0edf139f4d1baf Mon Sep 17 00:00:00 2001 From: Akkuman Date: Mon, 4 Dec 2023 10:29:04 +0800 Subject: [PATCH] wip --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb3e084..4a423e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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