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

Update action-pack/increment action to v2
This commit is contained in:
Kroese 2023-05-07 03:06:34 +02:00 committed by GitHub
commit 1a1ef9b205

View File

@ -81,7 +81,7 @@ jobs:
body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}" body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}"
- -
name: Increment minor version name: Increment minor version
uses: action-pack/increment@v1 uses: action-pack/increment@v2
with: with:
name: 'MINOR' name: 'MINOR'
token: ${{ secrets.REPO_ACCESS_TOKEN }} token: ${{ secrets.REPO_ACCESS_TOKEN }}