Skip to content

Commit

Permalink
ci: add --access-public
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 11, 2024
1 parent b740a82 commit 35e50fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
- name: "📦 Publish › Live"
id: task_gpr_publish_run_live
run: |
npm publish
npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.SELF_TOKEN_CL }}

Expand Down

0 comments on commit 35e50fe

Please sign in to comment.