Skip to content

Commit

Permalink
fix(cd): tag should match ${scmTag}, in the best case (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Jul 21, 2023
1 parent 6ebeed9 commit bb6d427
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 @@ -120,7 +120,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>android-emulator-3.1.4</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit bb6d427

Please sign in to comment.