Skip to content

Commit

Permalink
revert: "ci(release): set npm token via env variable"
Browse files Browse the repository at this point in the history
This reverts commit e32972d.
  • Loading branch information
zkochan committed Oct 19, 2022
1 parent 5e77de2 commit 1d29fed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -35,11 +35,10 @@ jobs:
run: pnpm install
- name: Publish Packages
env:
"npm_config_//registry.npmjs.org/:_authToken": ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm publish --filter=@pnpm/exe --tag=next-7 --access=public
pnpm publish --filter=!pnpm --filter=!@pnpm/exe --access=public
pnpm publish --filter=pnpm --tag=next-7 --access=public
pnpm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}"
pnpm release
- name: Copy Artifacts
run: pnpm run copy-artifacts
- name: Generate release description
Expand Down

0 comments on commit 1d29fed

Please sign in to comment.