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 9d1e2f2 commit 8818281Copy full SHA for 8818281
.github/workflows/cd.yml
@@ -195,7 +195,7 @@ jobs:
195
196
while [ $ELAPSED -lt $TIMEOUT ]; do
197
echo "Checking availability... (${ELAPSED}s elapsed)"
198
- if dotnet add package Valkey.Glide --version $RELEASE_VERSION --prerelease ; then
+ if dotnet add package Valkey.Glide --version $RELEASE_VERSION ; then
199
echo "Package is now available!"
200
exit 0
201
fi
0 commit comments