From 0edc9c8e08764fa5fde52ee102430e0a961060f3 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 18 Jan 2024 17:22:35 +0100 Subject: [PATCH] Release v0.3.10 --- scripts/publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/publish.sh b/scripts/publish.sh index db3c89a..3615e55 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -8,3 +8,4 @@ git add -A git commit -m "Release v$NEW_VERSION" cargo ws publish --registry cscherr --no-git-push --publish-as-is || cargo publish --registry cscherr -p libpt git push +cargo ws publish --publish-as-is || cargo publish -p libpt