Skip to content

Commit a111379

Browse files
committed
Restrict publish workflow for now
1 parent a3551d6 commit a111379

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/publish.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
- name: Generate distribution zip and submit to official kodi repository
16-
id: kodi-addon-submitter
17-
uses: xbmc/[email protected]
18-
with:
19-
kodi-repository: repo-scripts
20-
kodi-version: matrix
21-
addon-id: script.module.srgssr
22-
kodi-matrix: false # Submit a Python 2/3 compatible addon to matrix branch in addition to the target branch
23-
sub-directory: false
24-
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
25-
GH_USERNAME: ${{ github.actor }}
26-
GH_TOKEN: ${{secrets.GH_TOKEN}}
27-
EMAIL: ${{secrets.EMAIL}}
15+
#- name: Generate distribution zip and submit to official kodi repository
16+
# id: kodi-addon-submitter
17+
# uses: xbmc/[email protected]
18+
# with:
19+
# kodi-repository: repo-scripts
20+
# kodi-version: matrix
21+
# addon-id: script.module.srgssr
22+
# kodi-matrix: false # Submit a Python 2/3 compatible addon to matrix branch in addition to the target branch
23+
# sub-directory: false
24+
# env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
25+
# GH_USERNAME: ${{ github.actor }}
26+
# GH_TOKEN: ${{secrets.GH_TOKEN}}
27+
# EMAIL: ${{secrets.EMAIL}}
2828
- name: Create Github Release
2929
id: create_release
3030
uses: actions/[email protected]

0 commit comments

Comments
 (0)