Skip to content

Commit 14618bc

Browse files
committed
Fix changelog retrieval workflow step
1 parent 6a7efdf commit 14618bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: sudo apt update && sudo apt install pandoc -y
5757

5858
- name: Obtain the changelog
59-
run: echo "changelog=$(poe changelog)" >> $GITHUB_OUTPUT
59+
run: echo "changelog='$(poe changelog)'" >> $GITHUB_OUTPUT
6060

6161
- name: Build a binary wheel and a source tarball
6262
run: poetry build

0 commit comments

Comments
 (0)