Skip to content

Commit

Permalink
Merge pull request #266 from kepler-inc/cicd/setup-publish-scripts
Browse files Browse the repository at this point in the history
FUTR-318: Add access public to publish step.
  • Loading branch information
abettke authored Sep 5, 2024
2 parents 0abf30c + 00a3442 commit 51d6d9d
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 51d6d9d

Please sign in to comment.