diff --git a/.github/workflows/main_test_release.yml b/.github/workflows/main_test_release.yml index d309775..1f84d75 100644 --- a/.github/workflows/main_test_release.yml +++ b/.github/workflows/main_test_release.yml @@ -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: