diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 174f0ef..48c3082 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,8 @@ name: release on: push: - tags: '*' + tags: + - '*' workflow_dispatch: jobs: goreleaser: @@ -30,8 +31,7 @@ jobs: - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v6 - env: - # These secrets will need to be configured for the repository: + with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }} - name: Run GoReleaser