Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Mar 21, 2021
1 parent 5c51cfd commit 21bfec5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand All @@ -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

0 comments on commit 21bfec5

Please sign in to comment.