Skip to content

Commit c8e69d0

Browse files
fix(ci): add missing quotes
1 parent e4f357b commit c8e69d0

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
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
echo "payload=\"{\
5353
\\\"iss\\\":\\\"${{ secrets.WEB_EXT_API_KEY }}\\\",\
54-
\\\"jti\\\": ${{ steps.generate-uuid.outputs.uuid }},\
54+
\\\"jti\\\": \\\"${{ steps.generate-uuid.outputs.uuid }}\\\",\
5555
\\\"iat\\\": \\\"${{ steps.get-timestamp.outputs.timestamp }}\\\",\
5656
\\\"exp\\\": $(expr ${{ steps.get-timestamp.outputs.timestamp }} + 60)\
5757
}\"" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)