Skip to content

Commit

Permalink
Merge pull request #8 from devrev/feat/public-package-publish
Browse files Browse the repository at this point in the history
fix: public package publish
  • Loading branch information
ujaval403 authored Sep 2, 2024
2 parents 164094a + b912232 commit 1fcd687
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
- run: npm install -g yarn
- name: publish package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGE_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGE_PUBLISH_TOKEN }}
run: |
git submodule init
git submodule update
cd packages/duckdb-wasm
echo "//npm.pkg.github.com/:_authToken=${{secrets.NPM_PACKAGE_PUBLISH_TOKEN}}" >> .npmrc
npm publish
npm publish --access public

0 comments on commit 1fcd687

Please sign in to comment.