Browse Source

build: fix release build

pull/56/head
Hiroyuki Wada 12 months ago
parent
commit
ac2ce3857c
  1. 2
      .releaserc
  2. 7
      pom.xml

2
.releaserc

@ -9,7 +9,7 @@
[
"@terrestris/maven-semantic-release",
{
"mavenTarget": "install",
"mavenTarget": "deploy",
"clean": false,
"updateSnapshotVersion": true,
"settingsPath": "/home/runner/.m2/settings.xml",

7
pom.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>
</configuration>
</plugin>
</plugins>
</build>
</project>
Loading…
Cancel
Save