Skip to content

Commit

Permalink
create deployment folder if it not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
CamposBruno authored Apr 5, 2024
1 parent e1915ed commit cbe7719
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 @@ -42,7 +42,7 @@ jobs:
run: yarn hardhat test test/erc4626/**.ts --network testnet

- name: Create deployment folder
run: mkdir ./data/deployments
run: mkdir -p ./data/deployments

- name: Run Deploy
run: yarn run deploy --network testnet #change to mainnet before production
Expand Down

0 comments on commit cbe7719

Please sign in to comment.