change plugin action repo to kevinjil's tagged version

This commit is contained in:
Matthew Strasiotto
2022-06-18 23:13:18 +10:00
parent 4eec8bb789
commit 299f3f7220
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Plugin Manifest
uses: matthewstrasiotto/jellyfin-plugin-repo-action@dev-working
uses: Kevinjil/jellyfin-plugin-repo-action@v0.4.0
with:
ignorePrereleases: false
githubToken: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- upload
steps:
- name: Publish Plugin Manifest
uses: matthewstrasiotto/jellyfin-plugin-repo-action@dev-working
uses: Kevinjil/jellyfin-plugin-repo-action@v0.4.0
with:
ignorePrereleases: false
githubToken: ${{ secrets.GITHUB_TOKEN }}