We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f244d24 commit 5d62f9eCopy full SHA for 5d62f9e
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Export version for site docs
42
id: docs-version
43
- run: echo $(./ci-scripts/docs-version.sh) >> "$GITHUB_OUTPUT"
+ run: echo "$(./ci-scripts/docs-version.sh)" >> "$GITHUB_OUTPUT"
44
45
46
publish:
0 commit comments