Skip to content

Commit 4d57903

Browse files
committed
ci: add supermarkdown-cli to crates.io publish workflow
1 parent 0044d15 commit 4d57903

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,9 @@ jobs:
161161

162162
- name: Publish supermarkdown
163163
run: cargo publish -p supermarkdown --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
164+
165+
- name: Wait for crates.io to index
166+
run: sleep 30
167+
168+
- name: Publish supermarkdown-cli
169+
run: cargo publish -p supermarkdown-cli --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)