Skip to content

Commit 153e30f

Browse files
committed
Correct the output name.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 8d5fcb1 commit 153e30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- id: prepare-variables
2525
name: Prepare Variables
2626
run: |
27-
echo "tf_version=2.10.0" >> $GITHUB_ENV
27+
echo "tf_version=2.10.0" >> $GITHUB_OUTPUT
2828
2929
call-setup-yml:
3030
needs: prepare-variables-job

0 commit comments

Comments
 (0)