Skip to content

Commit

Permalink
Upgrade jprm in publish workflows (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyarenei authored Feb 23, 2024
1 parent c3948d9 commit 1884575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: "${{ inputs.dotnet-version }}"

- name: Build Jellyfin Plugin
uses: oddstr13/jellyfin-plugin-repository-manager@4a2b165a3dc2cfc392db865a85f23c02e9f78c68 # v0.5.1
uses: oddstr13/jellyfin-plugin-repository-manager@eabb903cdac8a7f6d94df887c6910b5720ec48f9 # v1.0.11
id: jprm
with:
dotnet-target: "${{ inputs.dotnet-target }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dotnet-version: "${{ inputs.dotnet-version }}"

- name: Build Jellyfin Plugin
uses: oddstr13/jellyfin-plugin-repository-manager@4a2b165a3dc2cfc392db865a85f23c02e9f78c68 # v0.5.1
uses: oddstr13/jellyfin-plugin-repository-manager@eabb903cdac8a7f6d94df887c6910b5720ec48f9 # v1.0.11
id: jprm
with:
dotnet-target: "${{ inputs.dotnet-target }}"
Expand Down

0 comments on commit 1884575

Please sign in to comment.