Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Apr 30, 2024
1 parent b3a9748 commit e39bdc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ goreleaser:
GITLAB_TOKEN: $CI_JOB_TOKEN
before_script:
- apk add gpg-agent
- gpg --batch --no-tty --passphrase $PASSPHRASE --import $GPG_PRIVATE_KEY
- echo $GPG_PRIVATE_KEY > ~/private-gpg.key
- gpg --batch --no-tty --passphrase $PASSPHRASE --import ~/private-gpg.key
- "export GPG_FINGERPRINT=$(gpg --with-colons --list-keys | awk -F: '/^pub/ { print $5 }')"
script:
- goreleaser release
Expand Down

0 comments on commit e39bdc7

Please sign in to comment.