Skip to content

Commit 5d62f9e

Browse files
committed
Add missing quotes
Signed-off-by: Federico Busetti <729029+febus982@users.noreply.github.com>
1 parent f244d24 commit 5d62f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Export version for site docs
4242
id: docs-version
43-
run: echo $(./ci-scripts/docs-version.sh) >> "$GITHUB_OUTPUT"
43+
run: echo "$(./ci-scripts/docs-version.sh)" >> "$GITHUB_OUTPUT"
4444

4545

4646
publish:

0 commit comments

Comments
 (0)