Skip to content

Commit

Permalink
feat: fix wrong github actions syntax 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoederhuyzen committed Feb 8, 2023
1 parent 3b7e01e commit da18ed9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
distribution: goreleaser
version: latest
args: release --clean
signs:
- artifacts: checksum
args: [ "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}" ]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit da18ed9

Please sign in to comment.