Skip to content

Commit 2082ad8

Browse files
committed
build: just set access to public
1 parent cefb71b commit 2082ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
6262

6363
- name: Publish packages
64-
run: pnpm exec nx release publish
64+
run: pnpm exec nx release publish --access public
6565
env:
6666
NPM_CONFIG_PROVENANCE: true
6767
GITHUB_TOKEN: "${{ github.token }}"

0 commit comments

Comments
 (0)