fix: need to create key file from secret #5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
|
|
@ -78,7 +78,8 @@ jobs:
|
|||
|
||||
- name: Import GPG key
|
||||
run: |
|
||||
gpg --import private.key
|
||||
echo "${{ secrets.PRIVATE_KEY_PEM }}" > private.key.pem
|
||||
gpg --import private.key.pem
|
||||
|
||||
- name: Run GoReleaser
|
||||
id: goreleaser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue