Skip to content

Commit

Permalink
Changed tagNameFormat for release
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Sep 20, 2020
1 parent 795e6d1 commit d97b0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>true</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<tagNameFormat>v@{project.version}</tagNameFormat>
<tagNameFormat>@{project.artifactId}/@{project.version}</tagNameFormat>
<goals>deploy</goals>
<username>${env.GITHUB_ACTOR}</username>
<password>${env.GITHUB_TOKEN}</password>
Expand Down

0 comments on commit d97b0c9

Please sign in to comment.