Skip to content

Commit

Permalink
fix: add access public
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Jan 16, 2024
1 parent dce90f4 commit ba9c1bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: bun rename
if: ${{ steps.release.outputs.release_created }}
- run: wasm-pack publish
- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: wasm-pack publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit ba9c1bb

Please sign in to comment.