diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 9714e7b..d1a94e0 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -12,6 +12,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Install Typst CLI + run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION" + - name: Run CI + run: bash -c ./run-ci.sh - name: Create release id: create-release uses: https://gitea.com/actions/release-action@main