Skip to content

Commit e60f2bb

Browse files
committed
use curl instead of cargo
1 parent df14aa0 commit e60f2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-releasability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- name: check owner
6565
run: |
66-
cargo owner --list ${{ matrix.crate }} | grep ${{ matrix.owner }}
66+
curl https://crates.io/api/v1/crates/${{ matrix.crate }}/owners | grep ${{ matrix.owner }}
6767
6868
crate-check:
6969
name: Check

0 commit comments

Comments
 (0)