Skip to content

Commit

Permalink
fix(cd): wait between publishing crates
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 30, 2021
1 parent f463659 commit 777b3e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ jobs:
args: |
--manifest-path git-cliff-core/Cargo.toml
--locked --token ${{ secrets.CARGO_TOKEN }}
- name: Wait for 10 seconds
shell: bash
run: sleep 10s
- name: Publish the binary
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 777b3e5

Please sign in to comment.