File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4242 id : extract_version
4343 working-directory : library-api
4444 run : |
45- VERSION=$(devbox run -- mvn help:evaluate -Dexpression=project. version -q -DforceStdout )
45+ VERSION=$(devbox run get-library-api- version)
4646 echo "version=$VERSION" >> $GITHUB_OUTPUT
4747 # Create revision-safe version string (replace dots with dashes for Cloud Run)
4848 REVISION_VERSION=$(echo "$VERSION" | tr '.' '-')
Original file line number Diff line number Diff line change 2323 " cd library-api" ,
2424 " quarkus build --no-tests"
2525 ],
26+ "get-library-api-version" : [
27+ " cd library-api" ,
28+ " mvn help:evaluate -Dexpression=project.version -q -DforceStdout"
29+ ],
2630 "build-builder-api-ci" : [
2731 " cd builder-api" ,
2832 " quarkus build --no-tests"
You can’t perform that action at this time.
0 commit comments