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

Commit

Permalink
chore: make access public in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
batrdn committed Feb 29, 2024
1 parent e79e0e4 commit 5c3955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Release packages
run: npx nx release --skip-publish
- name: Publish packages
run: npx nx release publish
run: npx nx release publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true

0 comments on commit 5c3955b

Please sign in to comment.