diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 88517c46c..fef99c494 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -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 diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json b/v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json index 07adb9e12..695e85ed0 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wailsio/runtime", - "version": "3.0.0-alpha.69", + "version": "3.0.0-alpha.70", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package.json b/v3/internal/runtime/desktop/@wailsio/runtime/package.json index 0a05e1a6c..7dcbcd127 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package.json @@ -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": {