From 8175a6fce9a77714da006485e9a6739e18370f2a Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 15:50:27 -0700 Subject: [PATCH] test --- .gitea/push_to_main.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/push_to_main.yaml b/.gitea/push_to_main.yaml index b9a9bdb..7ee7ce5 100644 --- a/.gitea/push_to_main.yaml +++ b/.gitea/push_to_main.yaml @@ -10,8 +10,7 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 - - name: Reset version tag - run: git tag -d v1 - run: git push --delete origin v1 - run: git tag v1 - run: git push --tags + - run: git tag -d v1 + - run: git push --delete origin v1 + - run: git tag v1 + - run: git push --tags