Use meta ci

This commit is contained in:
Cody Robibero
2022-03-19 08:41:09 -06:00
parent 7af4869ba2
commit 144b31bf15
12 changed files with 141 additions and 112 deletions
+18
View File
@@ -0,0 +1,18 @@
name: '🚀 Publish Plugin'
on:
release:
types:
- released
workflow_dispatch:
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/publish.yaml@master
with:
version: ${{ github.event.release.tag_name }}
is-unstable: ${{ github.event.release.prerelease }}
secrets:
deploy-host: ${{ secrets.DEPLOY_HOST }}
deploy-user: ${{ secrets.DEPLOY_USER }}
deploy-key: ${{ secrets.DEPLOY_KEY }}