mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 12:37:24 +01:00
Merge pull request #2066 from tgstation/TryingToFixTheDamnNixShaUpdate
Hopefully fix the nix SHA update bypass thingy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user