We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6990b95 + 9d83478 commit 83e9df7Copy full SHA for 83e9df7
.github/workflows/publish.yaml
@@ -48,10 +48,12 @@ jobs:
48
asset_path: ${{ steps.jprm.outputs.artifact }}
49
50
- name: Update manifest
51
+ if: ${{ github.event_name == 'release' }}
52
run: |
53
jprm repo add --plugin-url ${{ steps.release.outputs.browser_download_url }} . ${{ steps.jprm.outputs.artifact }}
54
55
- name: Commit manifest
56
57
58
git config user.name jellyfin-bot
59
git config user.email team@jellyfin.org
0 commit comments