Skip to content

Commit

Permalink
Merge pull request #23 from swaroopar/feature/updateAssets
Browse files Browse the repository at this point in the history
upload application jar as release asset
  • Loading branch information
iskey authored Oct 3, 2023
2 parents cbdcae1 + 3af5107 commit f5a694f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
current-version: ${{ env.CURRENT_VERSION }}
version-fragment: ${{ env.VERSION_FRAGMENT }}

- name: Remove SNAPSHOT from POM version
- name: Update POMs to version to be released
run: mvn versions:set -DnewVersion=${{ steps.new_version.outputs.next-version }} -DgenerateBackupPoms=false

- name: Build
Expand Down
6 changes: 6 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ project:
release:
github:
overwrite: true
signing:
active: ALWAYS
armored: true
files:
artifacts:
- path: 'target/terraform-boot-{{projectEffectiveVersion}}.jar'

0 comments on commit f5a694f

Please sign in to comment.