ci: Correct usage of repository variable

This commit is contained in:
oSumAtrIX
2024-07-13 00:43:59 +02:00
committed by GitHub
parent bd41a1c782
commit 92a93c5111

View File

@ -42,7 +42,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: