From f1356f4161587281b6591f15cc7e40ad80729e12 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 06:35:19 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ce22ce..e27eb62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,9 +73,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: - xtag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }} + xtag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" title: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" - xbody: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }} + xbody: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" + + bump: + needs: release + runs-on: ubuntu-latest + steps: - name: Update minor version uses: hmanzur/actions-set-secret@v2.0.0