Try to fix CI

This commit is contained in:
Simon Grimme
2022-10-13 18:31:07 +02:00
parent a6256aab20
commit 634abbf6fb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -59,6 +59,7 @@ jobs:
with:
repo_token: ${{ github.token }}
prerelease: false
automatic_release_tag: v${{ github.event.inputs.releaseVersion }}
files: |
LICENSE.md
backend/target/gameyfin-*.jar
+1 -1
View File
@@ -36,7 +36,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<scmCommentPrefix>[ci skip]</scmCommentPrefix>
<scmCommentPrefix>[ci skip] </scmCommentPrefix>
<tagNameFormat>v@{project.version}</tagNameFormat>
<checkModificationExcludes>
<checkModificationExclude>frontend/package.json</checkModificationExclude>