Skip to content

Commit

Permalink
feat: modify pom.xml to publish automatically (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
liewstar committed Sep 27, 2024
1 parent 4f13723 commit de2d648
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 @@ -132,7 +132,7 @@
<publishingServerId>ossrh</publishingServerId>
<tokenAuth>true</tokenAuth>
<!-- Release versions will be synced to Maven Central automatically. -->
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit de2d648

Please sign in to comment.