From d4919669c2d3ae701b1f72c41cf09789a6638a0e Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 23 May 2023 17:45:09 +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 8214845..253cade 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: