Skip to content

Commit

Permalink
release-dry-run: Fix regression
Browse files Browse the repository at this point in the history
This fixes a regression introduced in ca53660.
  • Loading branch information
taiki-e committed Feb 1, 2025
1 parent 6a06d45 commit 882ff08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
id: prepare
run: |
trap -- 's=$?; printf >&2 "%s\n" "${0##*/}:${LINENO}: \`${BASH_COMMAND}\` exit with ${s}"; exit ${s}' ERR
IFS=$'\n\t'
pip3 install yq
job=$(yq -c ".jobs.\"${{ inputs.job }}\"" "${{ inputs.workflow }}")
matrix=$(jq -c '.strategy.matrix' <<<"${job}")
Expand Down

0 comments on commit 882ff08

Please sign in to comment.