From c137bc48127adcb32241d4c6fffd209e819506ae Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 07:41:25 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3293b3..a27226a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,15 +91,7 @@ jobs: value: ${{ env.NEW_MINOR_VERSION }} repository: ${{ github.repository }} token: ${{ secrets.REPO_ACCESS_TOKEN }} - - - name: Update minor version - uses: hmanzur/actions-set-secret@v2.0.0 - with: - name: 'MINOR' - value: $((${{ secrets.MINOR }}+1)) - repository: ${{ github.repository }} - token: ${{ secrets.REPO_ACCESS_TOKEN }} - + mirror: runs-on: ubuntu-latest permissions: