Loading templates/gitlab-ci-semrel.yml +1 −1 Original line number Diff line number Diff line Loading @@ -709,7 +709,7 @@ semantic-release: stage: publish script: - configure_commit_signing - if [[ "$SEMREL_DRY_RUN" == "true" ]]; then dry_run_opt="-d"; fi - if [[ "$SEMREL_DRY_RUN" == "true" ]]; then dry_run_opt="--dry-run"; fi - semantic-release ${TRACE:+--debug} --ci $dry_run_opt dependencies: [] rules: Loading Loading
templates/gitlab-ci-semrel.yml +1 −1 Original line number Diff line number Diff line Loading @@ -709,7 +709,7 @@ semantic-release: stage: publish script: - configure_commit_signing - if [[ "$SEMREL_DRY_RUN" == "true" ]]; then dry_run_opt="-d"; fi - if [[ "$SEMREL_DRY_RUN" == "true" ]]; then dry_run_opt="--dry-run"; fi - semantic-release ${TRACE:+--debug} --ci $dry_run_opt dependencies: [] rules: Loading