Skip to content

Commit 25fb79d

Browse files
committed
chore: add quarto version input to release workflow
1 parent e6f8f7e commit 25fb79d

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
@@ -28,7 +36,7 @@ jobs:
2836
version: "${{ github.event.inputs.version }}"
2937
formats: "revealjs"
3038
tinytex: false
31-
quarto: "release"
39+
quarto: "${{ github.event.inputs.quarto }}"
3240
r: false
3341
python: false
3442
julia: false

0 commit comments

Comments
 (0)