Skip to content

Commit

Permalink
Removing debug and bumping gpg import back to v5 now working
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-sm committed Jul 26, 2022
1 parent 66f7ff7 commit ddd9159
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: "1.17.8"
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down
1 change: 0 additions & 1 deletion .goreleaser-terraform-provider-anaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ signs:
args:
# if you are using this in a GitHub action or some other automated pipeline, you
# need to pass the batch flag to indicate its not interactive.
- "--debug-all"
- "--batch"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
Expand Down

0 comments on commit ddd9159

Please sign in to comment.