Skip to content

Commit

Permalink
fix(release): explicitly export abis before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SkandaBhat committed Apr 4, 2022
1 parent 74dfdfc commit 1931444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: "16.x"
- run: yarn cp-ci-env
- run: yarn install
- run: yarn compile
- run: yarn run hardhat export-abi
- run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.RAZORNETWORKBOT }}
Expand Down

0 comments on commit 1931444

Please sign in to comment.