Commit 5c690e7
committed
fix(ci): crates already published guard was not working
- add missing user agent when requesting crates.io api for the latest
published version of a crate.
Explaination:
The retrieval of the remote version on crates.io api was failing.
To request their api they ask for an user agent in order to have a
contact point if needed, if missing the request is rejected.1 parent 5c5e30d commit 5c690e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments