Commit 549d79a3 authored by Thomas Boni's avatar Thomas Boni
Browse files

job(semantic_release): remove the "always" rule

parent 4239fc41
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.4.0] - 2022-09-20
* Run this job only if previous stages are successful

## [0.3.0] - 2022-06-13
* Add docker image tag in variable

+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ semantic_release:
    - npx semantic-release $SEMANTIC_RELEASE_OPTIONS | tee -a output.log
  rules:
    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
      when: always
  cache:
    key: "${CI_COMMIT_REF_SLUG}-semantic-release"
    paths: