diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 75afa60..57fd72b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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/action-kodi-addon-submitter@v1.3 - 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/action-kodi-addon-submitter@v1.3 + 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/create-release@v1.1.4