ci(release): add GPG signing for release pipeline
All checks were successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Piotr Icikowski 2024-12-30 19:04:27 +01:00
parent a44c52e4c7
commit d519ebca7f
Signed by: Piotr Icikowski
GPG Key ID: 3931CA47A91F7666

View File

@ -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