mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #537 from h1dden-da3m0n/fix/publish-duplicate
fix: prevent dual GitHub release publish
This commit is contained in:
commit
2023188e30
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Update Draft
|
- name: Update Draft
|
||||||
uses: release-drafter/release-drafter@v5.15.0
|
uses: release-drafter/release-drafter@v5.15.0
|
||||||
|
if: ${{ matrix.py_version == 'py3' }}
|
||||||
with:
|
with:
|
||||||
publish: true
|
publish: true
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue