Skip to content

Commit

Permalink
build: ISY-342 enable auto release for maven central deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-schmitz committed Feb 15, 2024
1 parent 31db54a commit 558c1c3
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 @@ -140,7 +140,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 558c1c3

Please sign in to comment.