Fix GPG signature cause git to be in dirty state

Gorelease stop build when git is in dirty state
main
Elie 2021-07-27 15:13:57 +02:00
parent e39b980e2c
commit df25b2c801
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
1 changed files with 1 additions and 2 deletions

View File

@ -84,8 +84,7 @@ jobs:
- run: - run:
name: "Import cloudskiff signing key" name: "Import cloudskiff signing key"
command: | command: |
echo ${SIGNINGKEY} | base64 -d > signingkey echo ${SIGNINGKEY} | base64 -d | gpg --import
gpg --import signingkey
- run: - run:
name: "Build and publish release" name: "Build and publish release"
command: make release command: make release