Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
airkei committed Jan 27, 2025
1 parent cc28bd3 commit e2bb0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_patches/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
tr ' ' '\n' | \
grep -E "^${{ env.MAJOR }}\.(${{ env.MINOR }}|$(( ${{ env.MINOR }} - 1)))\.[0-9]+$" | \
grep -vE "^${{ env.MAJOR }}\.${{ env.MINOR }}\.${{ env.PATCH }}$" | \
tr '\n' ' ')
tr '\n' ' ' || true)
echo "EXTRACTED_VERSIONS=${EXTRACTED_VERSIONS}" >> $GITHUB_ENV
- name: download and create patches for target versions
Expand Down

0 comments on commit e2bb0ff

Please sign in to comment.