Skip to content

Commit

Permalink
Update buildOnRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah authored Feb 4, 2026
1 parent afb9f79 commit 7de77a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
- run: mvn clean package

- name: Set versioned JAR name
shell: bash
run: echo "JAR_NAME=APPLICATION-${GITHUB_REF#refs/tags/}.jar" >> $GITHUB_ENV

- name: Rename JAR
shell: bash
run: mv target/*.jar $JAR_NAME

- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7de77a2

Please sign in to comment.