mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-10-13 08:01:56 +03:00
forgejo-release.sh: gpg-agent is also required for signing releases.
This commit is contained in:
parent
fc4e870d23
commit
603d197551
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ maybe_use_release_note_assistant() {
|
|||
}
|
||||
|
||||
sign_release() {
|
||||
check_dependencies gpg
|
||||
check_dependencies gpg gpg-agent
|
||||
passphrase=""
|
||||
if [ -s "$GPG_PASSPHRASE" ]; then
|
||||
passphrase="--passphrase-file $GPG_PASSPHRASE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue