We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213324f commit 366308dCopy full SHA for 366308d
1 file changed
.github/workflows/boil_release.yaml
@@ -39,7 +39,7 @@ jobs:
39
RELEASE_NOTES: ${{ steps.changelog.outputs.content }}
40
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
shell: bash
42
- run: gh release create --draft --verify-tag --notes "$RELEASE_NOTES" "RELEASE_TAG"
+ run: gh release create --draft --verify-tag --latest --notes "$RELEASE_NOTES" "RELEASE_TAG"
43
44
build:
45
name: Build boil
0 commit comments