Commit ce3b4f6e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update build.yml

parent f5b3e98e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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: