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