Skip to content

Commit

Permalink
staterecovery: reuse release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnovais committed Jan 21, 2025
1 parent faad364 commit b1fc8e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 61 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/finalized-tag-updater-github-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions finalized-tag-updater/jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project:
release:
github:
overwrite: true
releaseName: 'Finalized Tag Updater'
releaseName: 'Finalized Tag Updater {{version}}'
changelog:
enabled: false
commitAuthor:
Expand All @@ -28,4 +28,4 @@ distributions:
finalized-tag-updater:
type: SINGLE_JAR
artifacts:
- path: 'build/libs/{{tagName}}.jar'
- path: 'build/libs/finalized-tag-updater-{{version}}.jar'

0 comments on commit b1fc8e9

Please sign in to comment.