There was an error while loading. Please reload this page.
1 parent 359d0b6 commit 332c1fbCopy full SHA for 332c1fb
.github/workflows/update_ci_image.yaml
@@ -27,6 +27,7 @@ jobs:
27
id: check
28
if: github.event_name == 'push'
29
run: |
30
+ cd navigation2
31
version=$(grep -oP '(?<=<version>).*?(?=</version>)' navigation2/package.xml)
32
echo "version=${version}" >> $GITHUB_OUTPUT
33
echo "trigger=true" >> $GITHUB_OUTPUT
0 commit comments