Skip to content

Commit a2a56fa

Browse files
Merge pull request #295 from contentstack/development
Development
2 parents 13915f0 + e8bf6a4 commit a2a56fa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/npm-publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
node-version: '22.x'
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@contentstack'
31-
- run: npm ci
32-
- run: npm publish
3331
env:
3432
NODE_AUTH_TOKEN: ${{ secrets.PAT_TOKEN }}
33+
- run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.PAT_TOKEN }}" > ~/.npmrc
34+
- run: npm ci --registry=https://npm.pkg.github.com
35+
- run: npm publish --registry=https://npm.pkg.github.com

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)