We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5c4c3 commit 47b27adCopy full SHA for 47b27ad
1 file changed
.github/workflows/cd.yml
@@ -50,5 +50,5 @@ jobs:
50
curl -fX PATCH \
51
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
52
-H "Accept: application/vnd.github.v3+json" \
53
- -d '{"draft": false, "prerelease": false}' \
+ -d '{"draft": false, "prerelease": false, "make_latest": true}' \
54
"https://api.github.com/repos/${{ github.repository }}/releases/${{ github.event.release.id }}"
0 commit comments