Skip to content

Commit

Permalink
fix ci deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Jul 24, 2024
1 parent d583f5c commit ffbc999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Run Deploy
run: |
npx solidity-deploy ${{ github.event.inputs.contract }} --rpc ${{ env.RPC_URL }} --pk ${{ secrets.private_key }} --explorer-api-key ${{ secrets.BASESCAN_API_KEY }}
npx solidity-deploy deploy ${{ github.event.inputs.contract }} --rpc ${{ env.RPC_URL }} --pk ${{ secrets.private_key }} --explorer-api-key ${{ secrets.BASESCAN_API_KEY }}
env:
NETWORK: ${{ github.event.inputs.network }}
CONTRACT: ${{ github.event.inputs.contract }}
Expand Down

0 comments on commit ffbc999

Please sign in to comment.