Skip to content

Commit 8d86cf3

Browse files
committed
ci(publish): add required --access for scoped packages
1 parent c802668 commit 8d86cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: >
3131
pnpm --recursive
3232
--filter "@tutorialkit/*"
33-
exec pnpm publish --provenance
33+
exec pnpm publish --provenance --access public
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3636

@@ -103,6 +103,6 @@ jobs:
103103
pnpm --recursive
104104
--filter tutorialkit
105105
--filter create-tutorial
106-
exec pnpm publish --provenance
106+
exec pnpm publish --provenance --access public
107107
env:
108108
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)