Skip to content

Commit 4b672fc

Browse files
author
Ramachandran Nellaiyappan
committed
[fix] perform release phase removed
1 parent e704a1f commit 4b672fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/prepare-release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
- name: Prepare Release
4242
run: mvn -B -DpushChanges=true release:prepare -DscmCommentPrefix='chore:' -DreleaseVersion=${{ inputs.releaseVersion }}
4343

44-
- name: Release
45-
run: mvn -B release:perform
46-
4744
- name: Create Release Tag with Notes
4845
uses: ncipollo/release-action@v1
4946
with:

0 commit comments

Comments
 (0)