Skip to content

Commit 5ccd0aa

Browse files
committed
ci: add public access to npm publish
1 parent 83cf6f5 commit 5ccd0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
key: node_modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
2626
path: '**/node_modules'
2727
- run: cp projects/ngx-openlayers/CHANGELOG.md dist/ngx-openlayers/CHANGELOG.md
28-
- run: cd dist/ngx-openlayers/ && npm publish --tag next
28+
- run: cd dist/ngx-openlayers/ && npm publish --tag next --access public
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3131
needs:

0 commit comments

Comments
 (0)