diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86824f4f..b9af2dd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: mvn build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}-SNAPSHOT versions:commit - name: Push the changes to new branch - uses: devops-infra/action-commit-push@v0.9.2 + uses: devops-infra/action-commit-push@v0.11.4 with: github_token: "${{ secrets.GITHUB_TOKEN }}" add_timestamp: true