ci: Correct usage of repository variable

This commit is contained in:
oSumAtrIX
2024-07-13 00:44:39 +02:00
committed by GitHub
parent 6fe85a21e9
commit 34ef27de79

View File

@ -45,7 +45,7 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
fingerprint: ${{ env.GPG_FINGERPRINT }}
fingerprint: ${{ vars.GPG_FINGERPRINT }}
- name: Release
env: