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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: