Skip to content

Commit

Permalink
Hopefully fix the nix SHA update bypass thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jan 4, 2025
1 parent 5f3f78e commit 43be54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43be54c

Please sign in to comment.