diff --git a/.github/workflows/Release .yml b/.github/workflows/Release .yml index 73a8222260..60c27fc601 100644 --- a/.github/workflows/Release .yml +++ b/.github/workflows/Release .yml @@ -48,12 +48,6 @@ jobs: run: ./gradlew generateMeta clean --no-daemon - name: Setup semantic-release run: npm install --Force - - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 - with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.GPG_PASSPHRASE }} - fingerprint: ${{ vars.GPG_FINGERPRINT }} - name: Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}