Skip to content

Commit

Permalink
Add project version to release artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Apr 3, 2024
1 parent 240e73e commit c7526f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: mvn -B test
- name: Verify
run: mvn -B verify -DskipTests
- id: version
run: echo "version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> "$GITHUB_OUTPUT"
- name: Upload Build Resources
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c7526f4

Please sign in to comment.