Skip to content

Commit bcd6612

Browse files
committed
Fix CI/CD
1 parent aa333bd commit bcd6612

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: npm ci
2222

23-
- name: Setup npm auth
24-
run: |
25-
echo "registry=https://registry.npmjs.org" >> ~/.npmrc
26-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
27-
2823
- name: Publish
2924
run: npm publish
25+
env:
26+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)