From 89e038a97f99103ab7c576b4bb1bceb2ea87764b Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 19 Dec 2024 18:17:58 -0500 Subject: [PATCH 1/2] Fix nix retagging --- .github/workflows/ci-pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index db461129c5..b92f538962 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -2370,7 +2370,9 @@ jobs: git commit -m "Update nix SHA256 for TGS v${{ env.TGS_VERSION }}" - name: Re-tag - run: git tag -a tgstation-server-v${{ env.TGS_VERSION }} -m tgstation-server-v${{ env.TGS_VERSION }} + run: | + git tag -d tgstation-server-v${{ env.TGS_VERSION }} + git tag -a tgstation-server-v${{ env.TGS_VERSION }} -m tgstation-server-v${{ env.TGS_VERSION }} - name: Push Commit run: git push "https://tgstation-server-ci:${{ steps.app-token-generation.outputs.token }}@github.com/tgstation/tgstation-server" From 779510734fa162a8b51891e71b27449b48f13f50 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 19 Dec 2024 18:19:09 -0500 Subject: [PATCH 2/2] Version bump to 6.12.2 --- build/Version.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Version.props b/build/Version.props index b52824d914..4f5fbf62a4 100644 --- a/build/Version.props +++ b/build/Version.props @@ -3,7 +3,7 @@ - 6.12.1 + 6.12.2 5.4.0 10.12.0 0.5.0