Skip to content

Commit

Permalink
chore: remove registry set command
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Jan 20, 2025
1 parent 92d9222 commit 7144e98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ jobs:
- env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.releases_created }}
run: |
npm config set registry=https://registry.npmjs.org
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
run: npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN

- name: Check npm config
run: npm config list
Expand Down

0 comments on commit 7144e98

Please sign in to comment.