Skip to content

Commit 42f6154

Browse files
committed
chore: use pnpm in release pipeline
1 parent 352becc commit 42f6154

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,14 @@ jobs:
5555
- name: Install dependencies
5656
run: pnpm i --frozen-lockfile
5757

58-
# Set up GitHub Actions caching for Wireit.
59-
- uses: google/wireit@setup-github-actions-caching/v2
60-
6158
- name: Build
6259
run: pnpm run build
6360

6461
- name: Git reset
6562
run: git reset --hard
6663

6764
- name: Release
68-
run: yarn release
65+
run: pnpm run release
6966
env:
7067
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7168
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)