We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795e6d1 commit d97b0c9Copy full SHA for d97b0c9
pom.xml
@@ -198,7 +198,7 @@
198
<autoVersionSubmodules>true</autoVersionSubmodules>
199
<useReleaseProfile>true</useReleaseProfile>
200
<releaseProfiles>release</releaseProfiles>
201
- <tagNameFormat>v@{project.version}</tagNameFormat>
+ <tagNameFormat>@{project.artifactId}/@{project.version}</tagNameFormat>
202
<goals>deploy</goals>
203
<username>${env.GITHUB_ACTOR}</username>
204
<password>${env.GITHUB_TOKEN}</password>
0 commit comments