Commit 6ebf66af authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Automatic releases

Update build.yml
parents f1cc3bd4 c137bc48
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -91,14 +91,6 @@ 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