mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-14 21:17:32 +01:00
ci: Correct usage of repository variable
This commit is contained in:
parent
40279e0369
commit
832badef4a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user