Skip to content

Commit

Permalink
Update update-workflows.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk authored May 23, 2024
1 parent 40a6515 commit aed2b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update-workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ function ensure_and_set_parameters_or_exit() {
while [[ $# -gt 0 ]]; do
case $1 in
--release-type)
release_type=$1
release_type=$2
shift
shift
;;
--*|-*)
Expand Down

0 comments on commit aed2b91

Please sign in to comment.