Skip to content

Commit

Permalink
fix: npm release of l1-contracts (#3571)
Browse files Browse the repository at this point in the history
release failed because l1-contracts doesn't have an image anymore
  • Loading branch information
rahul-kothari authored Dec 5, 2023
1 parent 396df13 commit 487419b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ jobs:
command: |
should_release || exit 0
yarn-project/deploy_npm.sh latest
deploy_npm l1-contracts
release-dockerhub:
machine:
Expand Down
3 changes: 1 addition & 2 deletions yarn-project/deploy_npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@ deploy_package p2p
deploy_package world-state
deploy_package sequencer-client
deploy_package aztec-node
deploy_package aztec-sandbox
deploy_package ../l1-contracts
deploy_package aztec-sandbox

0 comments on commit 487419b

Please sign in to comment.