Skip to content

Commit f5ab1ee

Browse files
author
Ramachandran Nellaiyappan
committed
[fix] fixed special character in release preparation job
1 parent 6315c15 commit f5ab1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Create Release Tag with Notes
4343
uses: ncipollo/release-action@v1
4444
with:
45-
commit: "[chore] Release Preparation v${{ inputs.releaseVersion }}"
45+
commit: main
4646
generateReleaseNotes: true
4747
tag: v${{ inputs.releaseVersion }}
4848
name: v${{ inputs.releaseVersion }}

0 commit comments

Comments
 (0)