Skip to content

Commit 231db3f

Browse files
committed
ci: [#448] fix docs.rs spelling in crate workflow
1 parent abeae8c commit 231db3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-crate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
docs_url="https://docs.rs/${{ env.CRATE_NAME }}/${{ steps.release.outputs.version }}"
125125
for attempt in 1 2 3 4 5 6; do
126-
status=$(curl -s -o /tmp/docsrs-check.html -w "%{http_code}" "$docs_url")
126+
status=$(curl -s -o /tmp/docs-rs-check.html -w "%{http_code}" "$docs_url")
127127
if [[ "$status" == "200" ]]; then
128128
echo "docs.rs page is available: $docs_url"
129129
exit 0

0 commit comments

Comments
 (0)