diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d762d1a6..f4c4f7cc 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -7,17 +7,8 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: crazy-max/ghaction-import-gpg@v5 - id: import_gpg_key - with: - git_commit_gpgsign: true - git_user_signingkey: true - gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }} - - uses: google-github-actions/release-please-action@v3 with: - token: ${{ secrets.BOT_TOKEN }} release-type: go extra-files: | Makefile