Skip to content

Commit

Permalink
Merge pull request #36 from desci-labs/m0ar/fix-publish-workflow
Browse files Browse the repository at this point in the history
Fix missing `--access` flag for `npm publish`
  • Loading branch information
m0ar authored Jan 16, 2024
2 parents 937ce92 + 3d4fcc2 commit 9975af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
check-latest: false
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm --workspace packages/lib publish
- run: npm --workspace packages/lib publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 2 additions & 0 deletions packages/lib/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ test.config.json
.vscode
dist/test/
dist/scripts/
test/
vitest.config.ts

0 comments on commit 9975af3

Please sign in to comment.