diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8f82dbb..5f9537d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -63,14 +63,14 @@ jobs: path: "build/*" retention-days: 7 - - name: "Publish package (hash)" - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - run: | - PUBLISH_USER="${{ secrets.PUBLISH_USER }}" \ - PUBLISH_KEY="${{ secrets.PUBLISH_KEY }}" \ - VERSION="${{ github.sha }}" \ - PACKAGE="${{ vars.PACKAGE }}" \ - python tools/scripts/publish.py + #- name: "Publish package (hash)" + # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + # run: | + # PUBLISH_USER="${{ secrets.PUBLISH_USER }}" \ + # PUBLISH_KEY="${{ secrets.PUBLISH_KEY }}" \ + # VERSION="${{ github.sha }}" \ + # PACKAGE="${{ vars.PACKAGE }}" \ + # python tools/scripts/publish.py - name: "Publish package (latest)" if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}