Loading templates/gitlab-ci-semrel.yml +1 −1 Original line number Diff line number Diff line Loading @@ -604,6 +604,7 @@ stages: - cd "${SEMREL_CONFIG_DIR}" - install_yq "yq_linux_amd64" "v4.21.1" - prepare_semantic_release - install_semantic_release_plugins cache: # cache shall be per branch per template key: "$CI_COMMIT_REF_SLUG-SEMREL" Loading @@ -630,7 +631,6 @@ semantic-release: stage: publish script: - configure_commit_signing - install_semantic_release_plugins - semantic-release --ci ${SEMREL_DRY_RUN+-d} ${TRACE+--debug} dependencies: [] rules: Loading Loading
templates/gitlab-ci-semrel.yml +1 −1 Original line number Diff line number Diff line Loading @@ -604,6 +604,7 @@ stages: - cd "${SEMREL_CONFIG_DIR}" - install_yq "yq_linux_amd64" "v4.21.1" - prepare_semantic_release - install_semantic_release_plugins cache: # cache shall be per branch per template key: "$CI_COMMIT_REF_SLUG-SEMREL" Loading @@ -630,7 +631,6 @@ semantic-release: stage: publish script: - configure_commit_signing - install_semantic_release_plugins - semantic-release --ci ${SEMREL_DRY_RUN+-d} ${TRACE+--debug} dependencies: [] rules: Loading