Skip to content

Commit aad6a58

Browse files
committed
fix: change access to public
1 parent 0ead505 commit aad6a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
package-name: release-please-action
1515
- uses: actions/checkout@v2
1616
- run: docker run -v $PWD:/pwd -w /pwd gengjiawen/node-build bash -c "cd wasm && wasm-pack build --release --scope=gengjiawen"
17-
- run: npm publish
17+
- run: npm publish --access public
1818
working-directory: wasm/pkg
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)