Commit 1a1ef9b2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Merge pull request #179 from kroese/renovate/action-pack-increment-2.x

Update action-pack/increment action to v2
parents 8b8b1f70 0642f354
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ jobs:
        body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}"
    -
      name: Increment minor version
      uses: action-pack/increment@v1
      uses: action-pack/increment@v2
      with:
        name: 'MINOR'
        token: ${{ secrets.REPO_ACCESS_TOKEN }}