Skip to content

Commit d2d0f2e

Browse files
committed
fix json
1 parent b8aba0d commit d2d0f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
-H "Accept: application/vnd.github.v3+json" \
7777
https://api.github.com/repos/${{ github.repository }}/git/refs/tags/${{ env.LATEST_TAG }} \
7878
-d '{
79-
"sha": "${{ github.sha }}",
79+
"sha": "${{ github.sha }}"
8080
}'

0 commit comments

Comments
 (0)