Skip to content

Commit aad7bcd

Browse files
committed
Fix GHA - fix release version
1 parent 462ab83 commit aad7bcd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: ["ubuntu-latest", "windows-latest"]
18-
quarto: ["latest", "pre-release"]
18+
quarto: ["release", "pre-release"]
1919

2020
runs-on: ${{ matrix.os }}
2121

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
# use latest release version to publish docs
2929
- name: Install Quarto
3030
uses: quarto-dev/quarto-actions/setup@v2
31+
with:
32+
version: "release"
3133

3234
- name: Install Node
3335
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)