diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c0e0ff9..c21baa08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: uses: goreleaser/goreleaser-action@v4 with: version: latest - args: --config=.github/gorelease.yml release --rm-dist + args: --config=.github/gorelease.yml release env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} # GitHub sets this automatically