Skip to content

Commit

Permalink
++ branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Oct 16, 2024
1 parent 420d2dc commit b8baa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/scripts/bash/release-on-devchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ echo " - Checkout migrationsConfig.js at $BRANCH"
git checkout $BRANCH -- migrationsConfig.js

source scripts/bash/contract-exclusion-regex.sh
yarn ts-node scripts/check-backward.ts sem_check --old_contracts $BUILD_DIR/contracts --new_contracts build/contracts --exclude $CONTRACT_EXCLUSION_REGEX --output_file report.json
yarn ts-node scripts/check-backward.ts sem_check --old_contracts $BUILD_DIR/contracts --new_contracts build/contracts --exclude $CONTRACT_EXCLUSION_REGEX --new_branch $BRANCH --output_file report.json

echo "- Clean git modified file"
git restore migrationsConfig.js
Expand Down

0 comments on commit b8baa74

Please sign in to comment.