Skip to content

Commit

Permalink
fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimonWallix committed Dec 17, 2024
1 parent 416ef5a commit a20e30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
uses: crazy-max/[email protected]
id: import_gpg
with:
# These secrets will need to be configured for the repository:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ checksum:
signs:
- artifacts: checksum
args:
- "--batch"
- "--local-user"
- --batch
- --local-user
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- --output
- "${signature}"
- "--detach-sign"
- --detach-sign
- "${artifact}"
release:
draft: true
Expand Down

0 comments on commit a20e30d

Please sign in to comment.