GH-803 - Force tag signing for releases.

This commit is contained in:
Oliver Drotbohm
2024-09-12 13:03:34 +02:00
parent 03a6700a52
commit 7bdccedbb3

View File

@@ -565,6 +565,7 @@ limitations under the License.
<pushChanges>false</pushChanges>
<tagNameFormat>@{project.version}</tagNameFormat>
<localCheckout>true</localCheckout>
<signTag>true</signTag>
</configuration>
</plugin>