Skip to content

Commit 70d7abb

Browse files
committed
Fix bc check
1 parent 35ac7d8 commit 70d7abb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ jobs:
187187
needs: [setup, phpunit]
188188
steps:
189189
- uses: actions/checkout@master
190+
- name: fetch tags
191+
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
190192
- name: Restore/cache vendor folder
191193
uses: actions/cache@v1
192194
with:

0 commit comments

Comments
 (0)