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 b98ce0f commit 5bc6f84Copy full SHA for 5bc6f84
.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