Skip to content

Commit

Permalink
ci(maven): run checkout before querying project version (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron committed May 14, 2024
1 parent a811f7a commit bca8026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
outputs:
project-version: ${{ steps.get-version.outputs.project-version }}
steps:
- uses: actions/checkout@v4
- id: get-version
run: |
PROJECT_VERSION="$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)"
Expand Down

0 comments on commit bca8026

Please sign in to comment.