mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-06 19:59:40 +00:00
Fixed build.yml bug
This commit is contained in:
parent
e6967517b7
commit
e6c48d99e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
git add package.json
|
||||
git add docs/README.md
|
||||
git commit -m "Bumped version; ${{ steps.get-commit-message.outputs.MSG }}" || echo "No changes to commit"
|
||||
git push
|
||||
git push --set-upstream origin auto
|
||||
|
||||
# Updates the requirement link SHA
|
||||
update-requirements:
|
||||
|
|
|
|||
Loading…
Reference in a new issue