From bd176b26dbb58eef9c5a901dbe1b034e6f7e6e55 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Sat, 2 Mar 2024 21:03:10 +0100 Subject: [PATCH] Add repo --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 66f78a0..98f3604 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,6 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + repository: reknih/typst ref: ${{ github.event.client_payload.sha }} - run: ./template.sh ${{ github.event.client_payload.tag }} - uses: snapcore/action-build@v1