Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Acemany committed Oct 22, 2024
1 parent 4fc58d3 commit dd5138a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
git clone --depth=1 --branch=master https://github.com/acemany/MindustryV4Builds ../MindustryV4Builds
cd ../MindustryV4Builds
BNUM=$(($GITHUB_RUN_NUMBER - 22))
git tag ${BNUM}
git tag v${BNUM}
git config --global user.name "Github Actions"
git push https://acemany:${{ secrets.API_TOKEN_GITHUB }}@github.com/acemany/MindustryV4Builds ${BNUM}
git push https://acemany:${{ secrets.API_TOKEN_GITHUB }}@github.com/acemany/MindustryV4Builds v${BNUM}

0 comments on commit dd5138a

Please sign in to comment.