Skip to content

Commit

Permalink
feat: new action version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito committed Aug 8, 2024
1 parent 6911a05 commit 6e66628
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/interfaces-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ jobs:
libraries: "solidity/libraries"
export_type: '${{ matrix.export_type }}'

- name: Publish to NPM - ${{ matrix.export_type }}
run: ls

- name: Publish to NPM - ${{ matrix.export_type }}
run: ls export

- name: Publish to NPM - ${{ matrix.export_type }}
run: ls export/@defi-wonderland

- name: Publish to NPM - ${{ matrix.export_type }}
run: cd export/@defi-wonderland/prophet-core${{ env.EXPORT_NAME }} && npm publish --access public --tag canary
env:
Expand Down

0 comments on commit 6e66628

Please sign in to comment.