We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a296f40 commit 15cc307Copy full SHA for 15cc307
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: '0'
17
18
- - uses: typst-community/setup-typst@v3
+ - uses: typst-community/setup-typst@v4
19
- run: typst compile ./main.typ main.pdf
20
21
- name: Upload Release Asset - Assignment
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
WITH_V: true
32
DEFAULT_BUMP: 'patch'
33
34
35
36
37
- name: Create Release
0 commit comments