Skip to content

Commit

Permalink
ci: Drop xargs from release workflow
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
bbhtt committed Dec 5, 2024
1 parent c5f42ce commit 24980d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24980d2

Please sign in to comment.