mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2025-11-08 11:26:56 +00: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() {
|
sign_release() {
|
||||||
check_dependencies gpg
|
check_dependencies gpg gpg-agent
|
||||||
passphrase=""
|
passphrase=""
|
||||||
if [ -s "$GPG_PASSPHRASE" ]; then
|
if [ -s "$GPG_PASSPHRASE" ]; then
|
||||||
passphrase="--passphrase-file $GPG_PASSPHRASE"
|
passphrase="--passphrase-file $GPG_PASSPHRASE"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue