Skip to content

Commit

Permalink
Fix generate-canonical job
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent d6f03a0 commit 6c922b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- id: filtered
run: |
echo '${{ needs.generate.outputs.matrix }}' |
jq ".releases" |
jq ".[] | select(.tag_name | contains(\"ent\") | not) | .tag_name" |
jq "split(\".\") | del(.[-1]) | join(\".\")" |
jq "ltrimstr(\"v\")" |
Expand Down

0 comments on commit 6c922b2

Please sign in to comment.