diff --git a/.github/workflows/publish-unstable.yaml b/.github/workflows/publish-unstable.yaml new file mode 100644 index 0000000..7f381cd --- /dev/null +++ b/.github/workflows/publish-unstable.yaml @@ -0,0 +1,16 @@ +name: '🚀 Publish (Unstable) Plugin' + +on: + push: + branches: + - unstable + workflow_dispatch: + +jobs: + call: + uses: jellyfin/jellyfin-meta-plugins/.github/workflows/publish-unstable.yaml@master + secrets: + deploy-host: ${{ secrets.REPO_HOST }} + deploy-user: ${{ secrets.REPO_USER }} + deploy-key: ${{ secrets.REPO_KEY }} + token: ${{ secrets.JF_BOT_TOKEN }} diff --git a/.gitignore b/.gitignore index bcedc94..4d91192 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,5 @@ UpgradeLog*.XML # MonoDevelop metafiles MediaBrowser.Plugins.Anime.userprefs +artifacts +.idea