mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-04-20 18:32:04 +00:00
Fixed workflow bug
This commit is contained in:
parent
4cb839157b
commit
73776fe86e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -29,6 +29,10 @@ jobs:
|
|||
npm version minor --no-git-tag-version
|
||||
node update-version.js
|
||||
|
||||
- name: Set up GitHub token for pushing
|
||||
run: |
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||
|
||||
- name: Commit and push built script
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue