Skip to content

Commit

Permalink
ignore null logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fresa committed Jun 2, 2022
1 parent 6f661ff commit ff3b1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
id: convert-commit-logs
uses: mikefarah/yq@v4.25.2
with:
cmd: yq ea -o=json '[.]' commit_logs.txt | tee commit_logs.json
cmd: yq ea -o=json 'select(. != null) | [.]' commit_logs.txt | tee commit_logs.json
- name: Create Tag
uses: actions/github-script@v3
with:
Expand Down

0 comments on commit ff3b1a2

Please sign in to comment.