From eeb65e7cc78296bfeb1f436ade11114a577934ef Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 07:11:10 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46407b3..7b419d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,9 +71,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: - tag: "v1.99" + xtag: "v1.99" title: "v$((${{ secrets.MAJOR }})).$((${{ secrets.MINOR }}))" - body: "Release v1.99" + xbody: "Release v1.99" bump: needs: release