-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c51cfd
commit 21bfec5
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -273,7 +273,7 @@ jobs: | |
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
with: | ||
ref: release | ||
ref: main | ||
- name: Configure Git user | ||
run: | | ||
git config user.email "[email protected]" | ||
|
@@ -284,8 +284,5 @@ jobs: | |
run: | | ||
mvn --batch-mode release:update-versions | ||
git commit -am 'snapshot version' | ||
git fetch origin main | ||
git checkout main | ||
git merge release | ||
git push origin main | ||
git push origin --delete release |