Skip to content

Commit 1eb79cb

Browse files
authored
ci: removed pnpm install on release stage
1 parent 292355c commit 1eb79cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main_test_release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
- id: install-secret-key
4949
name: Install gpg secret key
5050
run: cat <(echo -e "${{ secrets.PGP_SECRET_KEY }}") | gpg --batch --import
51-
- name: Install pnpm
52-
uses: pnpm/action-setup@master
5351
- name: Set up JDK
5452
uses: coursier/setup-action@main
5553
with:

0 commit comments

Comments
 (0)