Skip to content

Commit 2410853

Browse files
committed
fix(gha): tagagagagag
test
1 parent b5c3db5 commit 2410853

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci-default.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,14 @@ jobs:
4343
run: |
4444
git submodule update --init --recursive
4545
cd lib/openzeppelin-contracts-upgradeable
46-
git fetch --all --tags
47-
git checkout v4.9.6
46+
git fetch --all --tags --force
47+
git checkout refs/tags/v4.9.6 || git checkout tags/v4.9.6
48+
cd ../..
49+
50+
- name: Debug tags
51+
run: |
52+
cd lib/openzeppelin-contracts-upgradeable
53+
git tag -l
4854
cd ../..
4955
5056
- name: Debug submodules
@@ -115,3 +121,4 @@ jobs:
115121
pnpm test
116122
# Always run this step so that all linting errors can be seen at once.
117123
if: always()
124+

0 commit comments

Comments
 (0)