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 34c04ae commit 193deb6Copy full SHA for 193deb6
1 file changed
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
type: choice
8
description: "Version"
9
required: false
10
- default: "patch"
+ default: "minor"
11
options:
12
- "patch"
13
- "minor"
@@ -29,12 +29,9 @@ permissions:
29
30
jobs:
31
release:
32
- uses: mcanouil/quarto-workflows/.github/workflows/release-extension.yml@main
+ uses: mcanouil/quarto-workflows/.github/workflows/release.yml@main
33
secrets: inherit
34
with:
35
gh-app-id: ${{ vars.APP_ID }}
36
version: "${{ github.event.inputs.version }}"
37
- formats: "html revealjs"
38
- tinytex: true
39
quarto: "${{ github.event.inputs.quarto }}"
40
- r: true
0 commit comments