From 844bc0b413bdcdcb924d99eab0ddfd00e3419a92 Mon Sep 17 00:00:00 2001 From: shaito Date: Thu, 8 Aug 2024 19:27:52 -0300 Subject: [PATCH] chore: update canary release action --- .github/workflows/interfaces-production.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/interfaces-production.yml b/.github/workflows/interfaces-production.yml index 3c18200..ebf3723 100644 --- a/.github/workflows/interfaces-production.yml +++ b/.github/workflows/interfaces-production.yml @@ -1,10 +1,12 @@ -name: Canary Release +name: Production Release -on: workflow_dispatch +on: + release: + types: [published] jobs: - export: - name: Generate Interfaces And Contracts + release: + name: Release runs-on: ubuntu-latest strategy: @@ -37,9 +39,6 @@ jobs: - name: Build project and generate out directory run: yarn build - - name: Update version - run: yarn version --new-version "0.0.0-${GITHUB_SHA::8}" --no-git-tag-version - - name: Export Solidity - Export Type ${{ matrix.export_type }} uses: defi-wonderland/solidity-exporter-action@v2.1.0 with: