From 78db82abfa8f8aebf80fd5a52986a68867d8f5e6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 06:57:39 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5e532c..010cc54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,9 +71,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: - xtag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" - title: "v${{ secrets.MINOR }}" - xbody: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" + tag: "v1.99" + title: "v1.99" + body: "Release v1.99" bump: needs: release