Skip to content

Commit 366308d

Browse files
committed
ci: Explicitly mark release as latest
1 parent 213324f commit 366308d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/boil_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
RELEASE_NOTES: ${{ steps.changelog.outputs.content }}
4040
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
shell: bash
42-
run: gh release create --draft --verify-tag --notes "$RELEASE_NOTES" "RELEASE_TAG"
42+
run: gh release create --draft --verify-tag --latest --notes "$RELEASE_NOTES" "RELEASE_TAG"
4343

4444
build:
4545
name: Build boil

0 commit comments

Comments
 (0)