Skip to content
Snippets Groups Projects
Commit 80f85b09 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix-gpg-sign-configuration' into 'master'

fix: make gpg configuration to work

Closes #48

See merge request to-be-continuous/semantic-release!62
parents 00ca92b1 97d56edd
Branches
Tags
No related merge requests found
...@@ -804,7 +804,7 @@ stages: ...@@ -804,7 +804,7 @@ stages:
- !reference [.semrel-scripts] - !reference [.semrel-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
# install git and OpenSSH # install git and OpenSSH
- maybe_install_packages ca-certificates git openssh-client gpg - maybe_install_packages ca-certificates git openssh-client gpg gpg-agent
- maybe_install_yq - maybe_install_yq
- cd "${SEMREL_CONFIG_DIR}" - cd "${SEMREL_CONFIG_DIR}"
- prepare_semantic_release - prepare_semantic_release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment