Skip to content

Commit 97a8a60

Browse files
committed
ci: Fix workflow
1 parent c0acc66 commit 97a8a60

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/rust.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,16 @@ jobs:
6969
command: login
7070
args: ${{ secrets.CRATES_IO_TOKEN }}
7171

72-
- name: Publish to crates.io
72+
- name: Publish to crates.io (ruice)
7373
uses: ructions/cargo@v1
7474
with:
7575
command: publish
76-
args: --allow-dirty
76+
args: --allow-dirty -p ruice
77+
78+
- name: Publish to crates.io (ruice-axum)
79+
run: |
80+
until cargo publish --allow-dirty -p ruice-axum
81+
do
82+
echo "Still waiting..."
83+
sleep 5
84+
done

0 commit comments

Comments
 (0)