We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a1811 commit f889c76Copy full SHA for f889c76
.github/workflows/rpm-test.yml
@@ -35,6 +35,8 @@ jobs:
35
passphrase: ${{ secrets.GPG_PASSPHRASE }}
36
37
- name: Build RPMs
38
+ env:
39
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # TODO: duplicated?
40
run: ./release-rpm.sh
41
42
- name: Install createrepo_c
goreleaser.rpm.yaml
@@ -37,9 +37,7 @@ nfpms:
- rpm
rpm:
signature:
- enabled: true
key_file: "{{ .Env.GPG_PRIVATE_KEY }}"
- passphrase: "{{ .Env.GPG_PASSPHRASE }}"
43
contents:
44
- src: LICENSE.md
45
dst: LICENSE.md
0 commit comments