From a15abc37712a8381bfee9f8f65f2ef95ea607689 Mon Sep 17 00:00:00 2001 From: shaito Date: Thu, 8 Aug 2024 19:16:42 -0300 Subject: [PATCH] chore: update canary release action --- .github/workflows/interfaces-canary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interfaces-canary.yml b/.github/workflows/interfaces-canary.yml index d0c3ffe..d55247f 100644 --- a/.github/workflows/interfaces-canary.yml +++ b/.github/workflows/interfaces-canary.yml @@ -8,7 +8,7 @@ jobs: name: Generate Interfaces And Contracts # 1) Fill the project name to be used in NPM env: - PROJECT_NAME: @defi-wonderland/prophet-core + PROJECT_NAME: '@defi-wonderland/prophet-core' # 2) Remove the following line if you wish to export your Solidity contracts and interfaces and publish them to NPM if: false