Skip to content

Commit

Permalink
Fix: Pass python version correctly for creating signatures during rel…
Browse files Browse the repository at this point in the history
…ease

Fix a copy and paste mistake.
  • Loading branch information
bjoernricks committed May 12, 2023
1 parent a907c74 commit 22f9e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ runs:
uses: greenbone/actions/sign-release-files@v2
if: ${{ inputs.sign-release-files == 'true' }} && ${{ inputs.gpg-key }} && ${{ inputs.gpg-fingerprint }} && ${{ inputs.gpg-passphrase }}
with:
python-version: ${{ inputs.poetry-version }}
python-version: ${{ inputs.python-version }}
github-token: ${{ inputs.github-user-token }}
gpg-fingerprint: ${{ inputs.gpg-fingerprint }}
gpg-passphrase: ${{ inputs.gpg-passphrase }}
Expand Down

0 comments on commit 22f9e4b

Please sign in to comment.