diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8309b78..bba0df3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,13 +18,6 @@ jobs: - name: Unshallow run: git fetch --prune --unshallow - - name: Import GPG key - id: import_gpg - uses: crazy-max/ghaction-import-gpg@v3.1.0 - with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.PASSPHRASE }} - - name: Get tag id: tag uses: dawidd6/action-get-tag@v1