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 093982e commit 832d973Copy full SHA for 832d973
.github/workflows/publish.yml
@@ -71,8 +71,8 @@ jobs:
71
node-version: 12
72
registry-url: https://registry.npmjs.org/
73
- run: npm ci --ignore-scripts
74
- - working-directory: artifact/ngx-darkbox-gallery
75
- run: npm publish --access public
+ working-directory: artifact/ngx-darkbox-gallery
76
env:
77
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
78
@@ -90,8 +90,8 @@ jobs:
90
91
registry-url: https://npm.pkg.github.com/
92
93
94
- run: npm publish --ignore-scripts
95
96
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
97
0 commit comments