We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c79b7 commit 435c804Copy full SHA for 435c804
1 file changed
.github/workflows/relist-package.yml
@@ -23,6 +23,7 @@ jobs:
23
echo "Re-listing Valkey.Glide version $PACKAGE_VERSION..."
24
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" -X POST \
25
-H "X-NuGet-ApiKey: $NUGET_API_KEY" \
26
+ -H "Content-Length: 0" \
27
"https://www.nuget.org/api/v2/package/Valkey.Glide/$PACKAGE_VERSION")
28
29
echo "Response status: $HTTP_STATUS"
0 commit comments