Skip to content

Commit fcf99f6

Browse files
committed
quotes added
1 parent ff50858 commit fcf99f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-weekly-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: latestrelease
1515
run: |
1616
RELEASE_TAG=$(curl -s "https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest" | jq -r '.tag_name')
17-
echo "tag=$RELEASE_TAG" >> $GITHUB_OUTPUT
17+
echo "tag=$RELEASE_TAG" >> "$GITHUB_OUTPUT"
1818
echo "Latest release: $RELEASE_TAG"
1919
-
2020
name: Checkout

0 commit comments

Comments
 (0)