Publish?
All checks were successful
CI / Typst formatting (push) Successful in 13s
CI / Typos (push) Successful in 16s
CI / Build (push) Successful in 13m14s

This commit is contained in:
2025-01-21 22:58:00 -08:00
committed by Mark
parent eb1ee2c2cb
commit 0930b8a964
2 changed files with 32 additions and 49 deletions

View File

@ -88,11 +88,10 @@ jobs:
retention-days: 7
- name: "Publish package"
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: |
PUBLISH_USER="${{ secrets.PUBLISH_USER }}" \
PUBLISH_KEY="${{ secrets.PUBLISH_KEY }}" \
VERSION="${{ github.sha }}" \
PACKAGE="${{ secrets.PACKAGE }}" \
PACKAGE="${{ vars.PACKAGE }}" \
python tools/build/publish.py