Skip to content

Commit 1e3390f

Browse files
authored
Merge pull request #1071 from ErikJiang/update_release_ci
update release latest status
2 parents 2a9e9e6 + f8a3598 commit 1e3390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-gen-release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
2525
-H "X-GitHub-Api-Version: 2022-11-28" \
2626
https://api.github.com/repos/${GITHUB_REPOSITORY}/releases/${pre_release_id} \
27-
-d '{"prerelease": false}'
27+
-d '{"draft":false,"prerelease":false,"make_latest":"true"}'
2828
2929
# 3. generate release notes content for new release
3030
latest_tag=${GITHUB_REF#refs/*/}

0 commit comments

Comments
 (0)