Skip to content

Commit 826683e

Browse files
committed
build: set config for pnpm
1 parent 010292e commit 826683e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- run: pnpm install
4040
- run: pnpm build
4141
- run: git status
42-
- run: pnpm publish --no-git-checks
42+
- run: |
43+
pnpm config set '//wombat-dressing-room.appspot.com/:_authToken' "${NPM_WOMBAT_TOKEN}"
44+
pnpm publish --no-git-checks
4345
env:
44-
NPM_TOKEN: ${{secrets.NPM_WOMBAT_TOKEN}}
46+
NPM_WOMBAT_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
4547
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)