Skip to content

Commit

Permalink
Remove latest flag from GitHub API call
Browse files Browse the repository at this point in the history
Not supported
  • Loading branch information
dacuster committed Dec 20, 2024
1 parent b52f491 commit 37d6ad3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions BuildScripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,9 @@ if [ -z "${generate_notes_flag}" ]; then
done < "${project_dir}/CHANGELOG.md"
fi

if [ "${release_name}" == "latest" ]; then
latest_flag="--latest"
fi

# Deploy the artifacts to Github
gh release create \
-R "${repo}" \
${latest_flag} \
--title "${release_name}" \
--target "${target}" \
${generate_notes_flag} \
Expand Down

0 comments on commit 37d6ad3

Please sign in to comment.