From c3162f9ba3f1d0b03e4ce558c86f7b7a1196340f Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 9 Oct 2024 21:11:15 -0400 Subject: [PATCH] fix --- .github/workflows/docker-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c8e1a33..a88a802 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -101,4 +101,6 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v2 with: - files: ./dist/* \ No newline at end of file + files: ./dist/* + generate_release_notes: true + make_latest: true \ No newline at end of file