Skip to content

Commit 108c933

Browse files
authored
Set npm access to public when publishing (#107)
1 parent 0234a24 commit 108c933

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-cycle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ jobs:
136136
needs: state
137137
name: Publish to npm
138138
environment: npm
139+
env:
140+
NPM_CONFIG_ACCESS: public
139141
permissions:
140142
contents: write
141143
id-token: write

0 commit comments

Comments
 (0)