From 150466b0eb7cd0243d8ad8bd49f890dcbc2da3c1 Mon Sep 17 00:00:00 2001 From: Atterpac <89053530+atterpac@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:02:09 -0600 Subject: [PATCH 1/2] trigger npm publish from seperate branch --- .github/workflows/publish-npm.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 88517c46ce0..1107ed24723 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -1,6 +1,6 @@ on: push: - branches: ['v3-alpha'] + branches: ['atterpac-npm-publish'] workflow_dispatch: concurrency: @@ -93,19 +93,6 @@ jobs: npm test npm run build - - name: Bump version - id: bump-version - working-directory: v3/internal/runtime/desktop/@wailsio/runtime - run: | - echo "version=$(npm --no-git-tag-version --force version prerelease)" >> "$GITHUB_OUTPUT" - - - name: Commit changes - run: | - 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 with: From 0de3a1238509252e59c265be39f627efa1681ea8 Mon Sep 17 00:00:00 2001 From: Atterpac <89053530+atterpac@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:04:57 -0600 Subject: [PATCH 2/2] trigger change --- v3/internal/runtime/desktop/@wailsio/runtime/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/src/index.ts b/v3/internal/runtime/desktop/@wailsio/runtime/src/index.ts index 09d0dc24398..9633551c233 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/src/index.ts +++ b/v3/internal/runtime/desktop/@wailsio/runtime/src/index.ts @@ -47,6 +47,7 @@ export { * * @ignore * @internal + * */ export { Create };