generated from PlexSheep/baserepo
publish script
This commit is contained in:
parent
60765cfbf9
commit
b7ba762703
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
cargo ws publish --registry cscherr || cargo publish --registry cscherr -p libpt
|
cargo ws publish --registry cscherr --publish-as-is || cargo publish --registry cscherr -p libpt
|
||||||
|
|
Reference in New Issue