We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0aeea5 commit f8799b9Copy full SHA for f8799b9
1 file changed
.github/workflows/build.yml
@@ -220,7 +220,7 @@ jobs:
220
source ${{github.workspace}}/Script/common.sh
221
222
content=$(<${{github.workspace}}/ChangeLog.md)
223
- if [[ $content =~ ${{env.RabbitRemoteControl_VERSION}} ]]; then
+ if [[ $content =~ "${{env.RabbitRemoteControl_VERSION}}" ]]; then
224
echo "## :us: Change log" >> ${{github.workspace}}/Release.md
225
echo "" >> ${{github.workspace}}/Release.md
226
get_section ${{github.workspace}}/ChangeLog.md >> ${{github.workspace}}/Release.md
0 commit comments