Skip to content

Commit cff9f6b

Browse files
committed
Fixed release
1 parent a96c350 commit cff9f6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
with:
3030
go-version-file: 'go.mod'
3131
cache: true
32+
- name: Install latest GPG
33+
run: |
34+
gpg --version
35+
sudo apt-get update
36+
sudo apt-get install -y gnupg
37+
gpg --version
3238
- name: Import GPG key
3339
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
3440
id: import_gpg

0 commit comments

Comments
 (0)