Bump npm version and fix pipeline

This commit is contained in:
Lea Anthony 2025-09-28 07:50:55 +10:00
commit cb76ef8c60
3 changed files with 3 additions and 3 deletions

View file

@ -27,6 +27,7 @@ jobs:
with:
files: |
v3/internal/runtime/desktop/@wailsio/runtime/package.json
v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json
- name: Detect committed source changes
if: >-
@ -104,7 +105,6 @@ jobs:
git add .
git commit -m "[skip ci] Publish @wailsio/runtime ${{ steps.bump-version.outputs.version }}"
git push
fi
- name: Publish npm package
uses: JS-DevTools/npm-publish@v3