mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-14 15:20:57 +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 package.json
|
||||||
git add docs/README.md
|
git add docs/README.md
|
||||||
git commit -m "Bumped version; ${{ steps.get-commit-message.outputs.MSG }}" || echo "No changes to commit"
|
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
|
# Updates the requirement link SHA
|
||||||
update-requirements:
|
update-requirements:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue