Skip to content

Commit

Permalink
Update wasmPublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo authored Jan 16, 2025
1 parent e5fa5b0 commit 621037d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wasmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:

- name: Version & Publish Package
run: |
npm ci
npm version --no-git-tag-version ${{ github.event.inputs.release_version }} --allow-same-version
npm publish --access public --tag ${{ github.event.inputs.NPM_tag }} ${{ github.event.inputs.NPM_publish_arg }}
working-directory: ${{ github.workspace }}/web/npm
Expand Down

0 comments on commit 621037d

Please sign in to comment.