Skip to content

Commit c5d694b

Browse files
authored
scriv needs pandoc for releases (#135)
1 parent 9739572 commit c5d694b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/prepare-release.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
fetch-tags: true
2222
persist-credentials: false
2323

24+
- uses: pandoc/actions/setup@v1
25+
with:
26+
# Control when pandoc is updated
27+
version: 3.6.4
28+
2429
- uses: actions/setup-python@v5
2530
with:
2631
# Control when Python is updated to a new feature release
@@ -30,4 +35,4 @@ jobs:
3035
- name: Create GitHub Release from latest release notes
3136
run: |
3237
uv tool install 'scriv[toml]'
33-
scriv github-release -v DEBUG
38+
scriv github-release -v DEBUG --fail-if-warn

0 commit comments

Comments
 (0)