Skip to content

Commit

Permalink
Fix: Fix creating signatures during a release
Browse files Browse the repository at this point in the history
Pass missing gpg key to the sign-release-files action in the release
action. Without the gpg no signatures can be created.
  • Loading branch information
bjoernricks committed May 12, 2023
1 parent 22f9e4b commit d800192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ runs:
github-token: ${{ inputs.github-user-token }}
gpg-fingerprint: ${{ inputs.gpg-fingerprint }}
gpg-passphrase: ${{ inputs.gpg-passphrase }}
gpg-key: ${{ inputs.gpg-key }}
versioning-scheme: ${{ inputs.versioning-scheme }}
release-series: ${{ inputs.release-series }}
release-version: ${{ steps.release.outputs.release-version }}

0 comments on commit d800192

Please sign in to comment.