diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60fd8967..89ce11cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Check last commit message run: | - if git log -1 --pretty=%B|xargs|grep -E "\[release\]"; then + if git log -1 --pretty=%B|grep -E "\[release\]"; then echo "IS_RELEASE=true" >> "$GITHUB_ENV" fi