Skip to content

Commit 2551fb1

Browse files
committed
fix passphrase env
1 parent 1b9273f commit 2551fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
7878
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
7979
GPG_KEY_PATH: ./gpg-private-key.asc
80-
NFPM_LINUX_PACKAGES_RPM_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
80+
NFPM_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
8181

8282
- name: Clean up GPG key file
8383
run: |

0 commit comments

Comments
 (0)