1
0

Do not publish hash

This commit is contained in:
Mark 2025-03-01 20:35:26 -08:00
parent 921f68a081
commit 8078438d3c
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

@ -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' }}