From 49ef29fc94cd295cbc205f558bb1ab23370657bc Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Wed, 22 May 2024 20:32:35 +0800 Subject: [PATCH] build: update github action --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 84bc891..14dc3f6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -54,7 +54,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./artifacts/${{ env.artifact }}_*.zip tag: ${{ github.ref }} - release_name: '${{ github.ref }}: Jellyfin v10.9' + release_name: '${{ github.ref_name }}: Jellyfin v10.9' overwrite: true file_glob: true - name: Publish manifest