From 686eff5a635e7d61c834b9944c73808e85fd12a8 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 17 Jan 2024 15:24:59 +0100 Subject: [PATCH] better publish script --- scripts/publish.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index c300167..102db11 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -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