Skip to content

Commit 47b27ad

Browse files
committed
Ensure we mark the new release as the latest
1 parent ca5c4c3 commit 47b27ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
curl -fX PATCH \
5151
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
5252
-H "Accept: application/vnd.github.v3+json" \
53-
-d '{"draft": false, "prerelease": false}' \
53+
-d '{"draft": false, "prerelease": false, "make_latest": true}' \
5454
"https://api.github.com/repos/${{ github.repository }}/releases/${{ github.event.release.id }}"

0 commit comments

Comments
 (0)