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 55225ba commit 473855eCopy full SHA for 473855e
.github/workflows/npm-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/setup-node@v3
27
with:
28
node-version: '12.x'
29
- registry-url: 'https://registry.npmjs.org'
+ registry-url: 'https://npm.pkg.github.com'
30
scope: '@contentstack'
31
- run: npm ci
32
- run: npm publish
0 commit comments