Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: ['v3-alpha']
branches: ['atterpac-npm-publish']
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions v3/internal/runtime/desktop/@wailsio/runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export {
*
* @ignore
* @internal
*
*/
export { Create };

Expand Down
Loading