mirror of
https://github.com/jellyfin/jellyfin-plugin-trakt.git
synced 2024-11-23 05:40:13 +00:00
19 lines
450 B
YAML
19 lines
450 B
YAML
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.REPO_HOST }}
|
|
deploy-user: ${{ secrets.REPO_USER }}
|
|
deploy-key: ${{ secrets.REPO_KEY }}
|