Skip to content

Commit 435c804

Browse files
authored
fix(ci): Add Content-Length header to NuGet re-list request (#401)
Signed-off-by: currantw <taylor.curran@improving.com>
1 parent 05c79b7 commit 435c804

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/relist-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
echo "Re-listing Valkey.Glide version $PACKAGE_VERSION..."
2424
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" -X POST \
2525
-H "X-NuGet-ApiKey: $NUGET_API_KEY" \
26+
-H "Content-Length: 0" \
2627
"https://www.nuget.org/api/v2/package/Valkey.Glide/$PACKAGE_VERSION")
2728
2829
echo "Response status: $HTTP_STATUS"

0 commit comments

Comments
 (0)