From 1f03a5a8bde417c6242394f2b397722c11f6eeaf Mon Sep 17 00:00:00 2001 From: Leo Ribeiro Date: Wed, 3 Apr 2024 12:47:46 -0400 Subject: [PATCH] Fix changesets-version script (#480) --- scripts/changesets-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/changesets-version.sh b/scripts/changesets-version.sh index b293a3894..d0498cdc7 100755 --- a/scripts/changesets-version.sh +++ b/scripts/changesets-version.sh @@ -8,7 +8,7 @@ FORCE_API_RELEASE=$1 # if there is no PR, then we release without the Web5 API if [[ -z "$FORCE_API_RELEASE" ]]; then echo "This is a release without the Web5 API" - IGNORE_API_RELEASE="--ignore @leordev-web5/api" + IGNORE_API_RELEASE="--ignore @web5/api" else echo "Web5 API Release DETECTED" fi