Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Setup Release
id: setup_release
uses: LizardByte/setup-release-action@v2024.919.143601
uses: LizardByte/setup-release-action@v2025.612.120948
with:
dotnet: true
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.919.143026
uses: LizardByte/create-release-action@v2025.612.13419
with:
allowUpdates: true
body: ${{ needs.setup_release.outputs.release_body }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jellyfin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
steps.check.outputs.hasTopic == 'true' &&
github.event.action != 'deleted'
id: loop
run: |

Check failure on line 66 in .github/workflows/update-jellyfin-release.yml

View workflow job for this annotation

GitHub Actions / Common Lint / Common Lint

shellcheck reported issue in this script: SC2086:info:8:12: Double quote to prevent globbing and word splitting

Check failure on line 66 in .github/workflows/update-jellyfin-release.yml

View workflow job for this annotation

GitHub Actions / Common Lint / Common Lint

shellcheck reported issue in this script: SC2086:info:24:30: Double quote to prevent globbing and word splitting
files=$(echo '${{ steps.download.outputs.downloaded_files }}' | jq -r '.[]')
file_number=0
plugin=""
Expand Down Expand Up @@ -93,7 +93,7 @@
- name: Create/Update Jellyfin Release
if: >-
steps.check.outputs.hasTopic == 'true'
uses: LizardByte/jellyfin-plugin-repo@v2024.919.151635
uses: LizardByte/jellyfin-plugin-repo@v2025.612.131900
with:
action: ${{ github.event.action == 'deleted' && 'remove' || 'add' }}
github_token: ${{ secrets.GH_BOT_TOKEN }}
Expand Down
Loading