@ -9,7 +9,7 @@
[
"@terrestris/maven-semantic-release",
{
"mavenTarget": "install",
"mavenTarget": "deploy",
"clean": false,
"updateSnapshotVersion": true,
"settingsPath": "/home/runner/.m2/settings.xml",
@ -52,6 +52,13 @@
<target>17</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.3</version>
<configuration>
<skip>true</skip>
</plugins>
</build>
</project>