Skip to content

Commit 8ba686e

Browse files
committed
tag names are not supposed to contain spaces
1 parent c619d5c commit 8ba686e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<configuration>
254254
<releaseProfiles>release</releaseProfiles>
255255
<goals>deploy</goals>
256-
<tagNameFormat>@{project.artifactId} - @{project.version}</tagNameFormat>
256+
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
257257
<!-- skip rebuilding the release with GitHub actions (https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/) -->
258258
<scmReleaseCommitComment>@{prefix} prepare release @{releaseLabel} [skip ci]</scmReleaseCommitComment>
259259
</configuration>

0 commit comments

Comments
 (0)