Skip to content

Commit 0dc33c9

Browse files
committed
fixup3
1 parent bf4b02c commit 0dc33c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
output=$(gh api repos/$GITHUB_REPOSITORY/releases | jq '[.[].tag_name]')
2626
output=$(echo $output | tr '\n' ' ')
27-
echo "matrix=$output >> $GITHUB_OUTPUT
27+
echo "matrix=$output" >> $GITHUB_OUTPUT
2828
2929
test-pod-release:
3030
needs: get-releases

0 commit comments

Comments
 (0)