From ce3b4f6e64864b94001fb84875413164bbe717c6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 23 May 2023 17:46:36 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46e2d18..2f7547d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,10 +81,9 @@ jobs: title: "v${{ vars.MAJOR }}.${{ vars.MINOR }}" body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}" - - name: Increment minor version - uses: action-pack/increment@v2 + name: Increment version variable + uses: action-pack/bump@v2 with: - name: 'MINOR' token: ${{ secrets.REPO_ACCESS_TOKEN }} mirror: