From cebd5951f183d5bebc3cf6b56a270d85eba2ac1f Mon Sep 17 00:00:00 2001 From: Mark Grothe Date: Fri, 19 Dec 2025 07:57:31 -0600 Subject: [PATCH] fix: lerna commands --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54ba173d..d147a986 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,4 +64,4 @@ jobs: git config user.name "GitHub Actions Build" git config user.email "developers@aave.com" yarn release:check - yarn release:latest --yes --no-verify-access --npm-publish-args="--provenance" + yarn release:latest --yes --no-verify-access --provenance