diff --git a/.github/workflows/nix-deployment.yml b/.github/workflows/nix-deployment.yml index f46272cceb..29ac1e6b88 100644 --- a/.github/workflows/nix-deployment.yml +++ b/.github/workflows/nix-deployment.yml @@ -63,7 +63,7 @@ jobs: 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" + run: git push - name: Force Push Tags run: git push -f origin tag tgstation-server-v${{ env.TGS_VERSION }}