Skip to content

Commit

Permalink
wait longer time for derive patch
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Mar 4, 2023
1 parent 5d6cfc3 commit ac0157e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

publishScript = pkgs.writeShellScriptBin "crate-publish" ''
cargo login $1
cargo publish -p struct-patch-derive
sleep 5
cargo publish -p struct-patch-derive || echo "publish struct-patch-derive fail"
sleep 10
cargo publish -p struct-patch
'';
updateDependencyScript = pkgs.writeShellScriptBin "update-dependency" ''
Expand Down

0 comments on commit ac0157e

Please sign in to comment.