We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df14aa0 commit e60f2bbCopy full SHA for e60f2bb
.github/workflows/check-releasability.yml
@@ -63,7 +63,7 @@ jobs:
63
steps:
64
- name: check owner
65
run: |
66
- cargo owner --list ${{ matrix.crate }} | grep ${{ matrix.owner }}
+ curl https://crates.io/api/v1/crates/${{ matrix.crate }}/owners | grep ${{ matrix.owner }}
67
68
crate-check:
69
name: Check
0 commit comments