Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzy-0323 committed Sep 25, 2024
1 parent 0e8ce11 commit 49076ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/create-cli-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,16 @@ function create_release {
# create github releases
gh release create "$git_tag" \
--title "$git_tag" \
--draft \
"${additional_release_artifacts_arg[@]}"
--notes "$git_tag" \
--draft \ "${additional_release_artifacts_arg[@]}"

return
fi

# create github releases
gh release create "$git_tag" \
--title "$git_tag" \
--notes "$git_tag" \
--draft
}

Expand Down

0 comments on commit 49076ad

Please sign in to comment.