Skip to content

Commit 389a816

Browse files
committed
Update publish.yaml
1 parent 6322910 commit 389a816

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
contents: write # The workflow needs permission to push content to the repository
2323

2424
steps:
25-
- name: Setup GitHub CLI
26-
uses: actions/setup-gh@v2
25+
- name: Install GitHub CLI
26+
uses: cli/cli@v2
27+
with:
28+
version: latest
2729
- name: Setup Quarto
2830
uses: quarto-dev/quarto-actions/setup@v2
2931

0 commit comments

Comments
 (0)