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.
2 parents c094dd1 + 089ac9b commit d990c56Copy full SHA for d990c56
.github/workflows/npm-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: '12.x'
17
registry-url: 'https://registry.npmjs.org'
18
- run: npm ci
19
- - run: npm publish
+ - run: npm publish --access public
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
publish-git:
@@ -29,6 +29,6 @@ jobs:
29
registry-url: 'https://npm.pkg.github.com'
30
scope: '@contentstack'
31
32
- - run: npm publish --access public
+ - run: npm publish
33
34
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments