mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-04-20 18:32:04 +00:00
Swapped order of versioning in workflow
This commit is contained in:
parent
af544cd60f
commit
772ed9bdf9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -21,14 +21,14 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Build userscript
|
||||
run: npm run build
|
||||
|
||||
- name: Update userscript version
|
||||
run: |
|
||||
npm version minor --no-git-tag-version
|
||||
node update-version.js
|
||||
|
||||
- name: Build userscript
|
||||
run: npm run build
|
||||
|
||||
- name: Commit and push built script
|
||||
run: |
|
||||
git config --global user.name "github-actions[bot]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue