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 b571076 commit bbd52aeCopy full SHA for bbd52ae
1 file changed
.github/workflows/release-sdk-gem.yml
@@ -68,7 +68,7 @@ jobs:
68
run: |
69
for crate_name in smbcloud-auth-sdk smbcloud-model smbcloud-network; do
70
for attempt in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
71
- if curl -fsS "https://crates.io/api/v1/crates/${crate_name}/${RELEASE_VERSION}" >/dev/null 2>&1; then
+ if curl -fsS -H "User-Agent: smbcloud-cli-release" "https://crates.io/api/v1/crates/${crate_name}/${RELEASE_VERSION}" >/dev/null 2>&1; then
72
echo "${crate_name} ${RELEASE_VERSION} is available on crates.io"
73
break
74
fi
0 commit comments