Skip to content

Commit

Permalink
chore: update canary release action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito committed Aug 8, 2024
1 parent 4a846a2 commit 844bc0b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/interfaces-production.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 844bc0b

Please sign in to comment.