From 5690d7ee0a0b070a894a5d831ca46c1375bc2740 Mon Sep 17 00:00:00 2001 From: Hiram Chirino Date: Wed, 23 Apr 2025 10:56:09 -0400 Subject: [PATCH] Submit PR instead of pushing to branch. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea1fb4d..a86c5a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,6 +72,6 @@ jobs: mvn versions:set -DgenerateBackupPoms=false -DnewVersion=9.9.9.9-SNAPSHOT git add . git commit -m "Snapshot version update" - git push - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v7