Skip to content

Commit

Permalink
🐛 Change package access to public
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowSuno authored Sep 23, 2023
1 parent d62410a commit 121b194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run_install: true

- run: pnpm build
- run: pnpm publish --no-git-checks
- run: pnpm publish --no-git-checks --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 121b194

Please sign in to comment.