Skip to content

Commit

Permalink
ci: Correct usage of repository variable
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Jul 12, 2024
1 parent 9e9b906 commit afd7f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit afd7f3b

Please sign in to comment.