From 004550ba9c4c266e420dbeb7a2750e2fb7341c4e Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 17 Jan 2024 15:35:52 +0100 Subject: [PATCH] publish script --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 102db11..eaf3689 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,3 +1,3 @@ #!/bin/bash set -e -cargo ws publish --registry cscherr || cargo publish --registry cscherr -p libpt +cargo ws publish --registry cscherr --publish-as-is --no-git-push