Skip to content

Commit

Permalink
[feat] versions commit phase fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramachandran Nellaiyappan committed Mar 10, 2024
1 parent 7bcb288 commit 0e02b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config --global user.name "Deploy Bot"
- name: Set Release Version
run: mvn -B versions:set -DnewVersion=${{ inputs.releaseVersion }} && versions:commit
run: mvn -B versions:set -DnewVersion=${{ inputs.releaseVersion }} && mvn -B versions:commit

- name: Prepare Release
run: |
Expand Down

0 comments on commit 0e02b85

Please sign in to comment.