Skip to content

Commit

Permalink
fix: properly identify component path
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Dec 18, 2024
1 parent c3af6bc commit 37c1593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
BRANCH="${{ matrix.pr_branch }}"
if [[ ${BRANCH} == *components* ]]; then
COMPONENT="${BRANCH##*--}"
COMPONENT_PATH=$(jq -r --arg ${COMPONENT} '.packages | to_entries[] | select(.value.component == $component) | .key' ${{ inputs.config }})
( cd "${COMPONENT}" && cargo update --workspace )
else
for WORKSPACE in ${{ inputs.workspace-dirs }} ; do
Expand Down

0 comments on commit 37c1593

Please sign in to comment.