Skip to content

Commit

Permalink
[fix] fixed special character in release preparation job
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramachandran Nellaiyappan committed Mar 9, 2024
1 parent 67fe4e4 commit 6315c15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ jobs:
run: mvn -B verify --file pom.xml

- name: Create Release Tag with Notes
id: create_release
uses: ncipollo/release-action@v1
with:
commit: [chore] Release Preparation v${{ inputs.releaseVersion }}
commit: "[chore] Release Preparation v${{ inputs.releaseVersion }}"
generateReleaseNotes: true
tag: v${{ inputs.releaseVersion }}
name: v${{ inputs.releaseVersion }}
Expand Down

0 comments on commit 6315c15

Please sign in to comment.