Skip to content

Commit

Permalink
Fix changesets-version script (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Apr 3, 2024
1 parent a0edc10 commit 1f03a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/changesets-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f03a5a

Please sign in to comment.