From b7ba7627038348998b5cde723ddec9d117bba8b6 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..0dddadd 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 || cargo publish --registry cscherr -p libpt