Commit f011acd9 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: always install extra plugins

Fixes #29
parent 1d2276e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
@@ -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: