Skip to content

Commit

Permalink
Extended the time to sleep to publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Sep 17, 2022
1 parent 8b2bef7 commit 3647333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:
default: true

- name: Publish crates
continue-on-error: true
run: |
cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
cd crates/pyxel-core
cargo publish
sleep 5
sleep 60
cd ../pyxel-extension
cargo publish
Expand Down

0 comments on commit 3647333

Please sign in to comment.