Skip to content

Commit f8799b9

Browse files
authored
Update build.yml
1 parent d0aeea5 commit f8799b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
source ${{github.workspace}}/Script/common.sh
221221
222222
content=$(<${{github.workspace}}/ChangeLog.md)
223-
if [[ $content =~ ${{env.RabbitRemoteControl_VERSION}} ]]; then
223+
if [[ $content =~ "${{env.RabbitRemoteControl_VERSION}}" ]]; then
224224
echo "## :us: Change log" >> ${{github.workspace}}/Release.md
225225
echo "" >> ${{github.workspace}}/Release.md
226226
get_section ${{github.workspace}}/ChangeLog.md >> ${{github.workspace}}/Release.md

0 commit comments

Comments
 (0)