Skip to content

Commit 3b7fddc

Browse files
committed
Correct publish script
1 parent a112220 commit 3b7fddc

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/action-kodi-addon-submitter@v1.3
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/action-kodi-addon-submitter@v1.3
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/create-release@v1.1.4

0 commit comments

Comments
 (0)