Skip to content

Commit 31bb8d2

Browse files
author
Kelly Selden
committed
chore: install deps before release
1 parent b154a6e commit 31bb8d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818

1919
registry-url: 'https://registry.npmjs.org'
2020

21+
- uses: pnpm/[email protected]
22+
with:
23+
version: 8.10.2
24+
25+
- run: pnpm install
26+
2127
- run: npm run release
2228
env:
2329
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)