Skip to content

Commit

Permalink
Update automatic-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elian1203 committed Aug 10, 2023
1 parent 2136adb commit 68f6440
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
prerelease: false
# Release name will default to tag name
# Tag name will be the name of the branch
tag_name: ${{ github.head_ref }}
files: "./target/ezAuctions*.jar"
tag_name: ${{ github.event.pull_request.title }}
body: ${{ github.event.pull_request.body }}
files: "./target/ezAuctions.jar"
fail_on_unmatched_files: true

0 comments on commit 68f6440

Please sign in to comment.