Skip to content

Commit e33a34c

Browse files
authored
fix codegen ci (#2418)
1 parent 57a201c commit e33a34c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci-find-smithy-go.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ while [ -n "$branch" ] && [[ "$branch" == *-* ]]; do
5050
done
5151

5252
if [ -z "$matched_branch" ]; then
53-
echo found no matching smithy-go branch, stop
53+
# default to main but don't modreplace so we can use release but codegen ci
54+
# still works
55+
git clone "$repository" "$RUNNER_TMPDIR"/smithy-go
5456
exit 0
5557
fi
5658

0 commit comments

Comments
 (0)