Skip to content

Commit fdd677c

Browse files
authored
Let github add the default release letter (#12)
1 parent 2e2f82e commit fdd677c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ jobs:
154154
JSON_PAYLOAD=$(jq -n \
155155
--arg tag "$TAG_NAME" \
156156
--arg name "$TAG_NAME" \
157-
--arg body "Release $TAG_NAME" \
158-
'{ tag_name: $tag, name: $name, body: $body, draft: false, prerelease: false }')
157+
'{ tag_name: $tag, name: $name, generate_release_notes: true, draft: false, prerelease: false }')
159158
160159
curl -s -X POST "$API_URL" \
161160
-H "Authorization: Bearer $GITHUB_TOKEN" \
162161
-H "Content-Type: application/json" \
163162
-d "$JSON_PAYLOAD"
164163
165164
165+
166166
assert-artifact:
167167
name: Assert artifacts
168168
if: ${{ (github.event_name != 'workflow_dispatch' && needs.semver-tag.outputs.release-to-prod == 'true') }}

0 commit comments

Comments
 (0)