Skip to content

Commit e29e29c

Browse files
committed
fix: add shell: bash to PDF release version step (container uses sh)
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 9e548b0 commit e29e29c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sphinxbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ jobs:
271271

272272
- name: Compute PDF release version
273273
id: pdf_version
274+
shell: bash
274275
run: |
275276
# For PRs use the target branch; for pushes use the current branch.
276277
# This handles both stable34 direct pushes and backport/*/stable34 PRs.

0 commit comments

Comments
 (0)