From 08b50914a36b382e16064c5599f9c396e4af8dc1 Mon Sep 17 00:00:00 2001 From: shaito Date: Thu, 8 Aug 2024 19:14:48 -0300 Subject: [PATCH] chore: update canary release action --- .github/workflows/interfaces-canary.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/interfaces-canary.yml b/.github/workflows/interfaces-canary.yml index e40ec21..77deb6b 100644 --- a/.github/workflows/interfaces-canary.yml +++ b/.github/workflows/interfaces-canary.yml @@ -2,14 +2,14 @@ name: Canary Release on: workflow_dispatch -# 1) Fill the project name to be used in NPM -env: - 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 jobs: + # 1) Fill the project name to be used in NPM + env: + 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 export: name: Generate Interfaces And Contracts runs-on: ubuntu-latest