Skip to content

Commit 85479b4

Browse files
committed
Use develop branch for bytecode comparison of unreleased versions
1 parent 3cc299c commit 85479b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/t-bytecode-compare.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
# We need more than just a single revision to be able to use diff
8888
fetch-depth: 0
8989

90+
- name: Patch bytecode script to use develop branch for unreleased versions
91+
run: |
92+
sed -i 's/--branch "v\${solidity_version}"/--branch "develop"/' \
93+
solidity/scripts/solc-bin/bytecode_reports_for_modified_binaries.sh
94+
9095
- name: Generate reports from matching release binaries
9196
run: |
9297
base_dir="$PWD"

0 commit comments

Comments
 (0)