Skip to content

Commit

Permalink
ci: deploy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Nov 12, 2024
1 parent 7f25c4b commit 02a035b
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 @@ -51,7 +51,7 @@ jobs:
if-no-files-found: error
deploy:
runs-on: ubuntu-latest
needs: build_contracts
needs: [build_contracts, build_deploy_script]
env:
DEPLOYMENT_CHAIN: ${{ inputs.network }}
DEPLOYMENT_KERNEL_ADDRESS: ${{ inputs.kernel_address }}
Expand Down

0 comments on commit 02a035b

Please sign in to comment.