From 6f32d2bb7be7e3fa273acaee41f94010f2c77642 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 1 Mar 2025 20:35:26 -0800 Subject: [PATCH] Do not publish hash --- .gitea/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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' }}