Skip to content

Commit

Permalink
Fix dry run in dra publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Jan 31, 2025
1 parent 117683b commit b5bd9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/dra-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function run_release_manager_collect() {
--workflow "${_workflow}" \
--version "${_version}" \
--artifact-set "${_artifact_set}" \
--qualifier "${VERSION_QUALIFIER}"
--qualifier "${VERSION_QUALIFIER}" \
${_dry_run}
}

Expand Down

0 comments on commit b5bd9e3

Please sign in to comment.