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 6315c15 commit f5ab1ee
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 @@ -42,7 +42,7 @@ jobs:
- name: Create Release Tag with Notes
uses: ncipollo/release-action@v1
with:
commit: "[chore] Release Preparation v${{ inputs.releaseVersion }}"
commit: main
generateReleaseNotes: true
tag: v${{ inputs.releaseVersion }}
name: v${{ inputs.releaseVersion }}
Expand Down

0 comments on commit f5ab1ee

Please sign in to comment.