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

View file

@ -1,6 +1,6 @@
{
"name": "@wailsio/runtime",
"version": "3.0.0-alpha.69",
"version": "3.0.0-alpha.70",
"lockfileVersion": 3,
"requires": true,
"packages": {

View file

@ -1,7 +1,7 @@
{
"name": "@wailsio/runtime",
"type": "module",
"version": "3.0.0-alpha.69",
"version": "3.0.0-alpha.70",
"description": "Wails Runtime",
"types": "types/index.d.ts",
"exports": {