Skip to content

Commit

Permalink
ci: add public access to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Neonox31 committed Nov 30, 2023
1 parent 83cf6f5 commit 5ccd0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: node_modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
path: '**/node_modules'
- run: cp projects/ngx-openlayers/CHANGELOG.md dist/ngx-openlayers/CHANGELOG.md
- run: cd dist/ngx-openlayers/ && npm publish --tag next
- run: cd dist/ngx-openlayers/ && npm publish --tag next --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
needs:
Expand Down

0 comments on commit 5ccd0aa

Please sign in to comment.