Skip to content

Commit 53146b7

Browse files
committed
fix(gha): remove forced tag checkout in ci script
fails on checking out tag
1 parent f33f3c7 commit 53146b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci-default.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
git submodule update --init --recursive --force
4545
git submodule foreach git fetch --all
4646
git submodule foreach git reset --hard origin/HEAD
47-
cd lib/openzeppelin-contracts-upgradeable
48-
git checkout v4.9.6
49-
cd ../..
5047
5148
- name: Debug submodules
5249
run: |

0 commit comments

Comments
 (0)