Skip to content

Commit

Permalink
fix: cargo lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 23, 2025
1 parent ccdcb88 commit 01816a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
if [[ ${BRANCH} == *components* ]]; then
COMPONENT="${BRANCH##*--}"
COMPONENT_PATH=$(jq -r --arg component ${COMPONENT} '.packages | to_entries[] | select(.value.component == $component) | .key' ${{ inputs.config }})
COMPONENT_VERSION=$(jq -r ".${COMPONENT_PATH}" ${{ inputs.manifest }})
COMPONENT_VERSION=$(jq -r ".\"${COMPONENT_PATH}\"" ${{ inputs.manifest }})
(
cd "${COMPONENT_PATH}"
cargo workspaces version custom ${COMPONENT_VERSION} \
Expand Down

0 comments on commit 01816a8

Please sign in to comment.