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 3ef15a4 commit cc28bd3
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 @@ -40,7 +40,7 @@ runs:
run: |
EXTRACTED_VERSIONS=$(echo "${{ env.VERSIONS }}" | \
tr ' ' '\n' | \
grep -E "^${{ env.MAJOR }}\.(${{ env.MINOR }}|$((MINOR-1)))\.[0-9]+$" | \
grep -E "^${{ env.MAJOR }}\.(${{ env.MINOR }}|$(( ${{ env.MINOR }} - 1)))\.[0-9]+$" | \
grep -vE "^${{ env.MAJOR }}\.${{ env.MINOR }}\.${{ env.PATCH }}$" | \
tr '\n' ' ')
echo "EXTRACTED_VERSIONS=${EXTRACTED_VERSIONS}" >> $GITHUB_ENV
Expand Down

0 comments on commit cc28bd3

Please sign in to comment.