Skip to content

Commit

Permalink
Pass allow-same-version to npm-version (#1164)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Nov 1, 2024
1 parent 11a79e0 commit dea823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</goals>
<phase>process-resources</phase>
<configuration>
<arguments>--no-git-tag-version version ${project.version}</arguments>
<arguments>--allow-same-version --no-git-tag-version version ${project.version}</arguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit dea823c

Please sign in to comment.