From 1931444e8ea05491c38685a81e826330748105db Mon Sep 17 00:00:00 2001 From: SkandaBhat Date: Mon, 4 Apr 2022 12:00:34 +0530 Subject: [PATCH] fix(release): explicitly export abis before publish --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96210a9f..858404b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: node-version: "16.x" - run: yarn cp-ci-env - run: yarn install - - run: yarn compile + - run: yarn run hardhat export-abi - run: yarn semantic-release env: GITHUB_TOKEN: ${{ secrets.RAZORNETWORKBOT }}