act
All checks were successful
CI / Typst formatting (push) Successful in 15s
CI / Typos (push) Successful in 17s
CI / Build (push) Successful in 12m48s

This commit is contained in:
2025-01-22 08:18:31 -08:00
parent dd1175d6a3
commit c00313ce1f
2 changed files with 24 additions and 37 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