From 55c64775a18b964774e8e797b05a38f880557471 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 05:44:51 +0200 Subject: [PATCH] Automatic releases --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index acf6069..8bcddbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" - title: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" + title: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" + body: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" - name: Update minor version uses: hmanzur/actions-set-secret@v2.0.0