Skip to content

Commit

Permalink
fix(ci): don't run deploy l1-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Jun 25, 2024
1 parent 6f1212f commit 4bf3533
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,16 +440,6 @@ jobs:
command: |
should_release || exit 0
yarn-project/deploy_npm.sh latest
- run:
name: "Release canary to NPM: l1-contracts"
command: |
should_release || exit 0
deploy_npm l1-contracts canary
- run:
name: "Release latest to NPM: l1-contracts"
command: |
should_release || exit 0
deploy_npm l1-contracts latest
- run:
name: "Update aztec-up"
command: |
Expand Down

0 comments on commit 4bf3533

Please sign in to comment.