From a11222033c7db19a514fcd250d9c7adc69e4f9e5 Mon Sep 17 00:00:00 2001 From: Alexander Seiler Date: Sat, 23 Mar 2024 01:40:14 +0100 Subject: [PATCH] Reinitiate publish action --- .github/workflows/publish.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7b7be5..75afa60 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