From a2cbca912af83c848cb5e324e5637fde5764e7ba Mon Sep 17 00:00:00 2001 From: David Buezas Date: Wed, 14 Jun 2023 09:39:06 +0200 Subject: [PATCH] Update manual_release.yaml --- .github/workflows/manual_release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manual_release.yaml b/.github/workflows/manual_release.yaml index b9ecb02..554c395 100644 --- a/.github/workflows/manual_release.yaml +++ b/.github/workflows/manual_release.yaml @@ -14,5 +14,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 - uses: ncipollo/release-action@v1 with: + makeLatest: true + generateReleaseNotes: true tag: "v${{env.RELEASE_VERSION}}" artifacts: "lgt8f-${{env.RELEASE_VERSION}}.zip"