Skip to content

Commit

Permalink
Merge pull request #1071 from ErikJiang/update_release_ci
Browse files Browse the repository at this point in the history
update release latest status
  • Loading branch information
ErikJiang authored Dec 29, 2023
2 parents 2a9e9e6 + f8a3598 commit 1e3390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-gen-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${GITHUB_REPOSITORY}/releases/${pre_release_id} \
-d '{"prerelease": false}'
-d '{"draft":false,"prerelease":false,"make_latest":"true"}'
# 3. generate release notes content for new release
latest_tag=${GITHUB_REF#refs/*/}
Expand Down

0 comments on commit 1e3390f

Please sign in to comment.