Skip to content

Commit

Permalink
chore(release): fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Apr 6, 2023
1 parent c3451e2 commit b69c4cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Configure pnpm
- name: Configure npm
run: |
pnpm config set registry https://registry.npmjs.org
pnpm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
npm config set registry https://registry.npmjs.org
npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit b69c4cd

Please sign in to comment.