Skip to content

Commit 53cede9

Browse files
committed
Fix input version
Signed-off-by: Federico Busetti <[email protected]>
1 parent 7e84eb2 commit 53cede9

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
@@ -80,6 +80,6 @@ jobs:
8080
permissions:
8181
contents: write
8282
with:
83-
site-version: "${{needs.build.outputs.docs-version.version}}"
83+
site-version: ${{needs.build.outputs.docs-version}}
8484
version-alias: "stable"
8585
set-default: true

0 commit comments

Comments
 (0)