mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Try to fix CI
This commit is contained in:
@@ -59,6 +59,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo_token: ${{ github.token }}
|
repo_token: ${{ github.token }}
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
automatic_release_tag: v${{ github.event.inputs.releaseVersion }}
|
||||||
files: |
|
files: |
|
||||||
LICENSE.md
|
LICENSE.md
|
||||||
backend/target/gameyfin-*.jar
|
backend/target/gameyfin-*.jar
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>2.5.3</version>
|
<version>2.5.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<scmCommentPrefix>[ci skip]</scmCommentPrefix>
|
<scmCommentPrefix>[ci skip] </scmCommentPrefix>
|
||||||
<tagNameFormat>v@{project.version}</tagNameFormat>
|
<tagNameFormat>v@{project.version}</tagNameFormat>
|
||||||
<checkModificationExcludes>
|
<checkModificationExcludes>
|
||||||
<checkModificationExclude>frontend/package.json</checkModificationExclude>
|
<checkModificationExclude>frontend/package.json</checkModificationExclude>
|
||||||
|
|||||||
Reference in New Issue
Block a user