Skip to content

Commit

Permalink
add should_release check
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Dec 5, 2023
1 parent 6bd261e commit 80edd4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,9 @@ jobs:
yarn-project/deploy_npm.sh latest
- run:
name: "l1-contracts"
command: deploy_npm l1-contracts
command: |
should_release || exit 0
deploy_npm l1-contracts
release-dockerhub:
machine:
Expand Down

0 comments on commit 80edd4d

Please sign in to comment.