Skip to content

Commit fe087a5

Browse files
committed
fix: json payload release variable
1 parent d2f0a3c commit fe087a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
if [ -n "$jsonPayload" ] && [ "$jsonPayload" != "{" ]; then
261261
jsonPayload+=","
262262
fi
263-
jsonPayload+="\"$name\":\"https://cdn.jsdelivr.net/gh/supertokens/supertokens-web-js@v${version}/bundle/$filename\""
263+
jsonPayload+="\"$name\":\"https://cdn.jsdelivr.net/gh/supertokens/supertokens-web-js@v${{ needs.setup.outputs.packageVersion }}/bundle/$filename\""
264264
done
265265
# Close the JSON object
266266
jsonPayload+="}"

0 commit comments

Comments
 (0)