Skip to content

Commit bb6d427

Browse files
authored
fix(cd): tag should match ${scmTag}, in the best case (#159)
1 parent 6ebeed9 commit bb6d427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
121121
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
122122
<url>https://github.com/${gitHubRepo}</url>
123-
<tag>android-emulator-3.1.4</tag>
123+
<tag>${scmTag}</tag>
124124
</scm>
125125

126126
<repositories>

0 commit comments

Comments
 (0)