We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1335e2 commit 43981cbCopy full SHA for 43981cb
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Export version for site docs
42
id: docs-version
43
- run: ./ci-scripts/docs-version.sh >> "$GITHUB_OUTPUT"
+ run: echo $(./ci-scripts/docs-version.sh) >> "$GITHUB_OUTPUT"
44
45
46
publish:
0 commit comments