Skip to content

Commit 838e8c4

Browse files
Update npm-release.yml (#82)
1 parent cd3611c commit 838e8c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/npm-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
with:
5151
node-version: 22
5252
cache: npm
53-
registry-url: https://registry.npmjs.org
5453

5554
- name: Install dependencies
5655
run: npm ci
@@ -73,5 +72,3 @@ jobs:
7372
run: |
7473
echo "About to run: npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}"
7574
npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}
76-
env:
77-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)