Skip to content

Commit 32f003e

Browse files
committed
[REL] fix workflow
1 parent 49ade2c commit 32f003e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
COMMIT_MSG=$(git log -1 --pretty=format:%s)
2323
if [[ "$COMMIT_MSG" == "[REL]"* ]]; then
2424
echo "run_build=true" >> $GITHUB_ENV
25+
echo "::set-output name=run_build::true"
2526
else
2627
echo "run_build=false" >> $GITHUB_ENV
28+
echo "::set-output name=run_build::false"
2729
fi
2830
2931
- name: Debug Output

0 commit comments

Comments
 (0)