From 60ad15e11ca79391e53993b3420dd3bcb3fa5e8b Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Thu, 4 Jul 2024 16:20:33 +0200 Subject: [PATCH] added: missing CI run --- .gitea/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) 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