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 bb7e837 commit a599303
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/buildOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
- run: mvn clean package

- name: Set versioned JAR name
shell: pwsh
run: |
$tag = "${{ github.ref_name }}"
echo "JAR_NAME=APPLICATION-$tag.jar" >> $env:GITHUB_ENV
- name: Rename JAR
shell: pwsh
run: mv target/*.jar $env:JAR_NAME

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

0 comments on commit a599303

Please sign in to comment.