diff --git a/.github/workflows/auto-release-typst.yml b/.github/workflows/auto-release-typst.yml index 2066b12..c5d7c08 100644 --- a/.github/workflows/auto-release-typst.yml +++ b/.github/workflows/auto-release-typst.yml @@ -26,7 +26,7 @@ jobs: - uses: typst-community/setup-typst@v3 with: - typst-version: 0.11.0-rc1 + typst-version: 0.11.0 cache-dependency-path: OI-Wiki-export/oi-wiki-export-typst/oi-wiki.typ - name: Pre-build operations diff --git a/.github/workflows/test-build-typst.yml b/.github/workflows/test-build-typst.yml index 7b3e01f..ed1c619 100644 --- a/.github/workflows/test-build-typst.yml +++ b/.github/workflows/test-build-typst.yml @@ -27,7 +27,7 @@ jobs: - uses: typst-community/setup-typst@v3 with: - typst-version: 0.11.0-rc1 + typst-version: 0.11.0 cache-dependency-path: OI-Wiki-export/oi-wiki-export-typst/oi-wiki.typ - name: Pre-build operations