Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit b912232

Browse files
committed
fix: public package publish
1 parent 164094a commit b912232

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
- run: npm install -g yarn
2323
- name: publish package
2424
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGE_PUBLISH_TOKEN }}
25+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGE_PUBLISH_TOKEN }}
2626
run: |
2727
git submodule init
2828
git submodule update
2929
cd packages/duckdb-wasm
3030
echo "//npm.pkg.github.com/:_authToken=${{secrets.NPM_PACKAGE_PUBLISH_TOKEN}}" >> .npmrc
31-
npm publish
32-
31+
npm publish --access public

0 commit comments

Comments
 (0)