Skip to content

Commit 24221ab

Browse files
committed
Import our signing GPG key
1 parent 2dd06f7 commit 24221ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ publish:
3232
GIT_DEPTH: 0
3333
rules:
3434
- if: '$CI_COMMIT_TAG =~ /^v.*/'
35+
before_script:
36+
- apk update && apk add gnupg
37+
- cat $GPG_SIGNING_KEY | gpg --import --batch --no-tty
3538
script:
3639
- goreleaser release --rm-dist

0 commit comments

Comments
 (0)