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

Commit 1fcd687

Browse files
authored
Merge pull request #8 from devrev/feat/public-package-publish
fix: public package publish
2 parents 164094a + b912232 commit 1fcd687

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
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)