1
0

Do not publish hash
All checks were successful
CI / Typos (push) Successful in 7s
CI / Build (push) Successful in 45s
CI / Clippy (push) Successful in 53s

This commit is contained in:
Mark 2025-03-01 20:35:26 -08:00
parent 8b714bd197
commit 6f32d2bb7b
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

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