Skip to content

Commit 2903bcc

Browse files
tiagoloureirosrtab
authored andcommitted
add public access flag do npm publish command
1 parent 1337c17 commit 2903bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
cache: 'npm'
2222
registry-url: 'https://registry.npmjs.org'
2323
- run: npm ci
24-
- run: npm publish
24+
- run: npm publish --access public
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)