Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
fix: package access
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Apr 1, 2024
1 parent b7157a0 commit 58d8331
Showing 1 changed file with 1 addition 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 @@ -19,6 +19,6 @@ jobs:
version: 8
- run: pnpm i --frozen-lockfile
- run: pnpm build
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 58d8331

Please sign in to comment.