We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc55f5a commit 354db6dCopy full SHA for 354db6d
1 file changed
.github/workflows/release.yml
@@ -32,14 +32,6 @@ jobs:
32
node-version: '20'
33
registry-url: 'https://registry.npmjs.org/'
34
35
- - name: Configure npm auth and registry for scope
36
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
37
- env:
38
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
39
-
40
- - name: Test npm auth
41
- run: npm whoami || echo "🔒 Auth failed — token is likely invalid or not scoped correctly"
42
43
- name: Install dependencies
44
run: npm ci
45
0 commit comments