We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c98f65 commit c45908aCopy full SHA for c45908a
1 file changed
.github/workflows/release.yml
@@ -76,6 +76,8 @@ jobs:
76
with:
77
node-version: latest
78
cache: 'npm'
79
+ registry-url: 'https://registry.npmjs.org/'
80
+ scope: '@kpritam'
81
82
- name: Install dependencies
83
run: npm ci
@@ -110,6 +112,13 @@ jobs:
110
112
env:
111
113
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
114
115
+ - name: Debug npm configuration
116
+ run: |
117
+ npm config list
118
+ npm whoami
119
+ env:
120
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
121
+
122
- name: Create GitHub Release
123
uses: actions/create-release@v1
124
0 commit comments