Try to fix CI

This commit is contained in:
Simon Grimme
2022-10-13 18:15:53 +02:00
parent 1bca76c7e9
commit 2015db04f9
+4
View File
@@ -38,6 +38,10 @@
<configuration>
<scmCommentPrefix>[ci skip]</scmCommentPrefix>
<tagNameFormat>v@{project.version}</tagNameFormat>
<checkModificationExcludes>
<checkModificationExclude>package.json</checkModificationExclude>
<checkModificationExclude>package-lock.json</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
</plugins>