ci(release): add GPG signing for release pipeline
This commit is contained in:
parent
a44c52e4c7
commit
d519ebca7f
@ -24,5 +24,7 @@ steps:
|
||||
- gpg -q --import /tmp/woodpecker.gpg
|
||||
- gpg --import-ownertrust /tmp/woodpecker-ownertrust.txt
|
||||
- git config --global user.signingkey BE8610DF8C393C56F3428A4D3E8CD051908CB569
|
||||
- git config --global commit.gpgsign true
|
||||
- git config --global tag.forceSignAnnotated true
|
||||
- npm i
|
||||
- npm run release
|
||||
|
Loading…
x
Reference in New Issue
Block a user