Skip to content

Commit

Permalink
fix: add release name and body
Browse files Browse the repository at this point in the history
  • Loading branch information
Wielewout committed May 5, 2023
1 parent 9b3bdef commit 4580d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release-legacy-chart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function create_release() {
--request POST \
--header 'authorization: Bearer ${GITHUB_TOKEN}' \
--header 'content-type: application/json' \
--data '{\"tag_name\": \"${tag}\"}' \
--data '{\"tag_name\": \"${tag}\", \"name\": \"${tag}\", \"body\": \"Legacy chart release\"}' \
https://api.github.com/repos/accelleran/helm-charts-ng/releases"
http_code=$(eval "${command}")
if [ "${http_code}" != "201" ]; then
Expand Down

0 comments on commit 4580d67

Please sign in to comment.