diff --git a/.github/workflows/update_ci_image.yaml b/.github/workflows/update_ci_image.yaml index c1c871d79a..3888fba123 100644 --- a/.github/workflows/update_ci_image.yaml +++ b/.github/workflows/update_ci_image.yaml @@ -27,6 +27,7 @@ jobs: id: check if: github.event_name == 'push' run: | + cd navigation2 version=$(grep -oP '(?<=).*?(?=)' navigation2/package.xml) echo "version=${version}" >> $GITHUB_OUTPUT echo "trigger=true" >> $GITHUB_OUTPUT