Skip to content

Commit 37f5d93

Browse files
committed
ci: update workflow
1 parent 898cdb6 commit 37f5d93

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ on:
1212
- "patch"
1313
- "minor"
1414
- "major"
15+
quarto:
16+
type: choice
17+
description: "Quarto version"
18+
required: false
19+
default: "release"
20+
options:
21+
- "release"
22+
- "pre-release"
1523

1624
permissions:
1725
contents: write
@@ -26,8 +34,8 @@ jobs:
2634
with:
2735
version: "${{ github.event.inputs.version }}"
2836
formats: "html typst-dark typst-light revealjs-dark revealjs-light"
37+
quarto: "${{ github.event.inputs.quarto }}"
2938
tinytex: false
30-
quarto: "release"
3139
r: false
3240
python: false
3341
julia: false

0 commit comments

Comments
 (0)