Skip to content

Commit

Permalink
ci: fix a goreleaser rule and enable PGP signing
Browse files Browse the repository at this point in the history
  • Loading branch information
chabad360 committed Jan 12, 2021
1 parent 3ab1848 commit b9a102d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v3.0.2
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ changelog:
exclude:
- '^chore:'
- '^ci:'
- '^docs:'
- '^tests:'
- '^docs?:'
- '^tests?:'
release:
github:
owner: chabad360
Expand All @@ -43,7 +43,7 @@ release:
# format: zip
# replacements:
# darwin: mac
#signs:
# - artifacts: all
# args: [ "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}" ]
signs:
- artifacts: all
args: [ "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}" ]

0 comments on commit b9a102d

Please sign in to comment.