Skip to content

Commit 83b205d

Browse files
ci: remove npmrc token setup
1 parent cf8cddc commit 83b205d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jobs:
4444
echo "changed=false" >> "$GITHUB_OUTPUT"
4545
fi
4646
47-
- name: Setup npm for publishing
48-
if: steps.version.outputs.changed == 'true'
49-
run: |
50-
echo "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > ~/.npmrc
51-
5247
- name: Publish to npm
5348
if: steps.version.outputs.changed == 'true'
5449
run: npm publish --access public

0 commit comments

Comments
 (0)