Skip to content

Commit

Permalink
Update check source file header version again
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jul 11, 2024
1 parent 4d814df commit 0d462ac
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 @@ -170,7 +170,7 @@ jobs:
echo "${{ env.source_folder_list }}" | \
xargs -n 1 sh -c 'find $1 -type f \( -name "*.c" -o -name "*.h" \)' | \
xargs -I[] grep -l -x " * ${{ env.repository_name }}.*" {} | \
xargs -I{} grep -l -x " \* ${{ env.repository_name }}.*" {} | \
xargs -I{} sh -c \
'grep -x " \* ${{ env.repository_name }} ${{ github.event.inputs.version_number }}" {} && \
echo {} : match ${{ env.repository_name }} ${{ github.event.inputs.version_number }} || \
Expand Down

0 comments on commit 0d462ac

Please sign in to comment.