Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzy-0323 committed Sep 25, 2024
1 parent 49076ad commit ba87781
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/create-cli-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ fi

git_tag=$1
echo "release tag: $git_tag"
project="obocli"
binary_name="obocli"

# Build the release binaries for every OS/arch combination.
# It builds compressed artifacts on $release_dir.
function build_binary {
binary_name="obocli"
echo "build $binary_name binaries"
version=$1

Expand Down Expand Up @@ -80,15 +79,14 @@ function create_release {
gh release create "$git_tag" \
--title "$git_tag" \
--notes "$git_tag" \
--draft \ "${additional_release_artifacts_arg[@]}"
--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 ba87781

Please sign in to comment.