We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cf6f5 commit 5ccd0aaCopy full SHA for 5ccd0aa
.github/workflows/tags.yml
@@ -25,7 +25,7 @@ jobs:
25
key: node_modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
26
path: '**/node_modules'
27
- run: cp projects/ngx-openlayers/CHANGELOG.md dist/ngx-openlayers/CHANGELOG.md
28
- - run: cd dist/ngx-openlayers/ && npm publish --tag next
+ - run: cd dist/ngx-openlayers/ && npm publish --tag next --access public
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
needs:
0 commit comments