Skip to content

Commit 193deb6

Browse files
authored
ci: update release workflow to use centralised reusable workflow (#15)
1 parent 34c04ae commit 193deb6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
type: choice
88
description: "Version"
99
required: false
10-
default: "patch"
10+
default: "minor"
1111
options:
1212
- "patch"
1313
- "minor"
@@ -29,12 +29,9 @@ permissions:
2929

3030
jobs:
3131
release:
32-
uses: mcanouil/quarto-workflows/.github/workflows/release-extension.yml@main
32+
uses: mcanouil/quarto-workflows/.github/workflows/release.yml@main
3333
secrets: inherit
3434
with:
3535
gh-app-id: ${{ vars.APP_ID }}
3636
version: "${{ github.event.inputs.version }}"
37-
formats: "html revealjs"
38-
tinytex: true
3937
quarto: "${{ github.event.inputs.quarto }}"
40-
r: true

0 commit comments

Comments
 (0)