Skip to content

Commit b0cbdb8

Browse files
committed
Merge branch 'feature/release-v0.4.0' into development
2 parents 99c99ff + bbd52ae commit b0cbdb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-sdk-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
for crate_name in smbcloud-auth-sdk smbcloud-model smbcloud-network; do
7070
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
71+
if curl -fsS -H "User-Agent: smbcloud-cli-release" "https://crates.io/api/v1/crates/${crate_name}/${RELEASE_VERSION}" >/dev/null 2>&1; then
7272
echo "${crate_name} ${RELEASE_VERSION} is available on crates.io"
7373
break
7474
fi

0 commit comments

Comments
 (0)