Skip to content

Commit

Permalink
Add v tag
Browse files Browse the repository at this point in the history
  • Loading branch information
miachm authored Apr 10, 2023
1 parent 99ff932 commit cdc3f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.releaseversion }}
release_name: ${{ github.event.inputs.releaseversion }}
tag_name: "v${{ github.event.inputs.releaseversion }}"
release_name: "v${{ github.event.inputs.releaseversion }}"
body: |
Grab the new version from Maven central https://repo1.maven.org/maven2/de/codecentric/cxf-spring-boot-starter/${{ github.event.inputs.releaseversion }}/ by using it in your deps (also use the newest cxf-spring-boot-starter-maven-plugin https://github.com/codecentric/cxf-spring-boot-starter-maven-plugin):
Expand Down

0 comments on commit cdc3f34

Please sign in to comment.