Skip to content

Commit

Permalink
chore: exporter update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito committed Aug 8, 2024
1 parent 6e66628 commit 4e3c86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interfaces-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: yarn version --new-version "0.0.0-${GITHUB_SHA::8}" --no-git-tag-version

- name: Export Solidity - ${{ matrix.export_type }}
uses: defi-wonderland/solidity-exporter-action@f88d70e5ede5ac64295cb86d497cb20c07181259
uses: defi-wonderland/solidity-exporter-action@491bd879d67819d8342c46fe5343159f171d6747
with:
package_name: "@defi-wonderland/prophet-core${{ env.EXPORT_NAME }}"
package_name: "@defi-wonderland/prophet-core"
out: 'out'
interfaces: 'solidity/interfaces'
contracts: 'solidity/contracts'
Expand Down

0 comments on commit 4e3c86c

Please sign in to comment.