We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87be2fa commit 2d7e146Copy full SHA for 2d7e146
1 file changed
.github/workflows/showcase-version-check.yaml
@@ -36,7 +36,7 @@ jobs:
36
id: extract_version
37
shell: bash
38
run: |
39
- version=$(mvn help:evaluate -f java-showcase/gapic-showcase/pom.xml -Dexpression=gapic-showcase.version -q -DforceStdout 2>/dev/null || true)
+ version=$(awk -F'[<>]' '/gapic-showcase.version/{print $3; exit}' java-showcase/gapic-showcase/pom.xml)
40
echo "version=$version" >> "$GITHUB_OUTPUT"
41
- name: Extract showcase commit from librarian.yaml
42
id: extract_commit
0 commit comments