Skip to content

Commit 35fe946

Browse files
committed
Use create-pull-request action
1 parent a7cf0d2 commit 35fe946

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ jobs:
3737
MAVEN_PASSWORD: ${{ secrets.OSS_USER_TOKEN_PASS }}
3838
GPG_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSWORD }}
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
- name: Create Release PR
41+
uses: peter-evans/create-pull-request@v3
42+
with:
43+
branch: version-release
44+
title: Version Release
45+
body: |
46+
Bumping project version after release.

github-build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ mvn --batch-mode -Prelease deploy
5151
commitRelease
5252
bumpVersion
5353
commitNextVersion
54-
git push --follow-tags

0 commit comments

Comments
 (0)