Skip to content

Commit

Permalink
fix pnpm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Sep 30, 2024
1 parent c3c4841 commit c9480d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/_bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: cat package.json
run: cat ./package.json
- run: pnpm install --frozen-lockfile
- run: pnpm publish
- name: set pnpm config with auth
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
env:
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: publish package
run: pnpm publish

0 comments on commit c9480d2

Please sign in to comment.