generated from PlexSheep/baserepo
better publish script
This commit is contained in:
parent
231580e0b0
commit
686eff5a63
|
@ -1,4 +1,3 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
cargo ws publish --registry cscherr
|
||||
cargo publish --registry cscherr -p libpt
|
||||
cargo ws publish --registry cscherr || cargo publish --registry cscherr -p libpt
|
||||
|
|
Reference in New Issue