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 75a9553 + 508ac3c commit c094dd1Copy full SHA for c094dd1
.github/workflows/npm-publish.yml
@@ -29,6 +29,6 @@ jobs:
29
registry-url: 'https://npm.pkg.github.com'
30
scope: '@contentstack'
31
- run: npm ci
32
- - run: npm publish
+ - run: npm publish --access public
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments