Skip to content

Commit

Permalink
ci: removed pnpm install on release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray authored Nov 21, 2023
1 parent 292355c commit 1eb79cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
- id: install-secret-key
name: Install gpg secret key
run: cat <(echo -e "${{ secrets.PGP_SECRET_KEY }}") | gpg --batch --import
- name: Install pnpm
uses: pnpm/action-setup@master
- name: Set up JDK
uses: coursier/setup-action@main
with:
Expand Down

0 comments on commit 1eb79cb

Please sign in to comment.