From 36b969a9247b0328862c478bb8a511deb28e5c15 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 30 Apr 2023 13:34:57 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc330d7..fdd16f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,9 +88,22 @@ jobs: with: name: 'MINOR' value: ${{ env.NEW_MINOR }} - repository: ${{ github.repository }} token: ${{ secrets.REPO_ACCESS_TOKEN }} - + - + name: Update major version variable + uses: kroese/set-variable@v2 + with: + name: 'MAJOR' + value: ${{ secrets.MAJOR }} + token: ${{ secrets.REPO_ACCESS_TOKEN }} + - + name: Update minor version variable + uses: kroese/set-variable@v2 + with: + name: 'MINOR' + value: ${{ env.NEW_MINOR }} + token: ${{ secrets.REPO_ACCESS_TOKEN }} + mirror: name: Mirror runs-on: ubuntu-latest