From d42c85e790263f78f6c626ceb0dac5fda0edcb41 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Fri, 17 May 2024 11:59:06 -0400 Subject: [PATCH] chore: fix prost release script (#1066) --- publish-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-release.sh b/publish-release.sh index 9b014af3a..02aa77ae3 100755 --- a/publish-release.sh +++ b/publish-release.sh @@ -14,7 +14,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" CRATES=( \ "prost-derive" \ - "." \ + "prost" \ "prost-types" \ "prost-build" \ )