Skip to content

Commit

Permalink
ci(cli): add public access flag to npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Apr 30, 2024
1 parent f0fae11 commit 85e4551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
- name: Publish
if: ${{ inputs.release }}
working-directory: ./apps/cli
run: pnpm publish
run: pnpm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 85e4551

Please sign in to comment.