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

refactor: use CLI long option

parent 1e30c212
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment