Skip to content

Commit

Permalink
Correct publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
goggle committed Mar 23, 2024
1 parent a112220 commit 3b7fddc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Generate distribution zip and submit to official kodi repository
id: kodi-addon-submitter
uses: xbmc/[email protected]
with:
kodi-repository: repo-scripts
kodi-version: matrix
addon-id: script.module.srgssr
kodi-matrix: false # Submit a Python 2/3 compatible addon to matrix branch in addition to the target branch
sub-directory: false
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
GH_USERNAME: ${{ github.actor }}
GH_TOKEN: ${{secrets.GH_TOKEN}}
EMAIL: ${{secrets.EMAIL}}
- name: Generate distribution zip and submit to official kodi repository
id: kodi-addon-submitter
uses: xbmc/[email protected]
with:
kodi-repository: repo-scripts
kodi-version: matrix
addon-id: script.module.srgssr
kodi-matrix: false # Submit a Python 2/3 compatible addon to matrix branch in addition to the target branch
sub-directory: false
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
GH_USERNAME: ${{ github.actor }}
GH_TOKEN: ${{secrets.GH_TOKEN}}
EMAIL: ${{secrets.EMAIL}}
- name: Create Github Release
id: create_release
uses: actions/[email protected]
Expand Down

0 comments on commit 3b7fddc

Please sign in to comment.