Fix GitHub release script now that "master" has been renamed to "main".
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2023-06-03 22:26:49 -07:00
parent e80f27f922
commit a185eb73b0
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ curl --silent --request POST \
--header "Content-Type: application/json" \
--data "{\"body\": \"$escaped_release_changelog\", \"draft\": false, \"name\": \"borgmatic $version\", \"prerelease\": false, \"tag_name\": \"$version\"}"
github-release create --token="$github_token" --owner=witten --repo=borgmatic --tag="$version" \
github-release create --token="$github_token" --owner=witten --repo=borgmatic --tag="$version" --target_commit="main" \
--name="borgmatic $version" --body="$release_changelog"