Unverified Commit 71653473 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update build.yml

Update build.yml
parents f46fed8c eb0039a7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -13,8 +13,10 @@ on:

jobs:
  shellcheck:
    name: Check
    uses: ./.github/workflows/check.yml
  build:
    name: Build
    needs: shellcheck
    runs-on: ubuntu-latest
    permissions:
@@ -82,7 +84,7 @@ jobs:
        echo "NEW_MINOR=$((${{ secrets.MINOR }}+1))" >> $GITHUB_ENV
    -
      name: Update minor version
      uses: hmanzur/actions-set-secret@v2.0.0
      uses: kroese/set-secret@v3
      with:
        name: 'MINOR'
        value: ${{ env.NEW_MINOR }}
@@ -90,6 +92,7 @@ jobs:
        token: ${{ secrets.REPO_ACCESS_TOKEN }}
  
  mirror:
    name: Mirror
    runs-on: ubuntu-latest
    permissions:
      contents: read