We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292355c commit 1eb79cbCopy full SHA for 1eb79cb
.github/workflows/main_test_release.yml
@@ -48,8 +48,6 @@ jobs:
48
- id: install-secret-key
49
name: Install gpg secret key
50
run: cat <(echo -e "${{ secrets.PGP_SECRET_KEY }}") | gpg --batch --import
51
- - name: Install pnpm
52
- uses: pnpm/action-setup@master
53
- name: Set up JDK
54
uses: coursier/setup-action@main
55
with:
0 commit comments