Skip to content

Commit

Permalink
[releng] Add missing build step id
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Jan 31, 2025
1 parent 0243436 commit e1d391e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
outputs:
project-version: ${{ steps.export.outputs.PROJECT_VERSION }}
project-version: ${{ steps.build.outputs.PROJECT_VERSION }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -19,6 +19,7 @@ jobs:
java-version: 17
cache: 'maven'
- name: Build
id: build
run: |
./mvnw -B -ntp clean package
VERSION=$(./mvnw -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:3.1.0:exec)
Expand Down

0 comments on commit e1d391e

Please sign in to comment.