Skip to content

Commit

Permalink
build: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed May 22, 2024
1 parent 5c3bfa1 commit 49ef29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49ef29f

Please sign in to comment.