Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Jun 7, 2024
1 parent f0279a4 commit 697189e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: actions/checkout@v4
- name: Create a branch
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b issues/prepare-release-${{ github.run_number }}
git push origin issues/prepare-release-${{ github.run_number }}
- name: Set up JDK 21
Expand All @@ -42,7 +44,7 @@ jobs:
echo "Not supported type: ${{ inputs.update_type }}"
exit 1
fi
- name: create pull request
- name: Create pull request
run: gh pr create --base ${{ github.ref_name }} --fill
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 697189e

Please sign in to comment.