diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 2322992ebb..4937d821f3 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -2345,7 +2345,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Clone - run: git clone -b master --single-branch "https://git@github.com/tgstation/tgstation-server" --depth 1 . + run: git clone -b master --single-branch "https://tgstation-server-ci:${{ steps.app-token-generation.outputs.token }}@github.com/tgstation/tgstation-server" --depth 1 . - name: Parse TGS version run: echo "TGS_VERSION=$(xmlstarlet sel -N X="http://schemas.microsoft.com/developer/msbuild/2003" --template --value-of /X:Project/X:PropertyGroup/X:TgsCoreVersion build/Version.props)" >> $GITHUB_ENV @@ -2378,7 +2378,7 @@ jobs: run: git push "https://tgstation-server-ci:${{ steps.app-token-generation.outputs.token }}@github.com/tgstation/tgstation-server" - name: Force Push Tags - run: git push -f --tags "https://tgstation-server-ci:${{ steps.app-token-generation.outputs.token }}@github.com/tgstation/tgstation-server" + run: git push -f origin tag tgstation-server-v${{ env.TGS_VERSION }} changelog-regen: name: Regenerate Changelog