diff --git a/.gitea/workflows/push_to_main.yaml b/.gitea/workflows/push_to_main.yaml index 7ee7ce5..b9f7d7c 100644 --- a/.gitea/workflows/push_to_main.yaml +++ b/.gitea/workflows/push_to_main.yaml @@ -10,7 +10,4 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 - - run: git tag -d v1 - - run: git push --delete origin v1 - - run: git tag v1 - - run: git push --tags + - run: git tag -d v1 && git push --delete origin v1 && git tag v1 && git push --tags