Swapped order of versioning in workflow

This commit is contained in:
SwingTheVine 2025-07-23 20:30:50 -04:00
parent af544cd60f
commit 772ed9bdf9

View file

@ -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]"