Skip to content

Commit

Permalink
FUTR-318: Add access public to publish step.
Browse files Browse the repository at this point in the history
  • Loading branch information
abettke committed Sep 5, 2024
1 parent c86585f commit 00a3442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
pnpm -r publish \
--no-git-checks \
--access public \
--filter "./packages/**/*" \
${{ inputs.dry-run && '--dry-run' || '' }}
env:
Expand Down

0 comments on commit 00a3442

Please sign in to comment.