Skip to content

Commit 50b2bc6

Browse files
committed
Fetch tags
1 parent b21eaf3 commit 50b2bc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,7 @@ jobs:
183183
needs: [setup, phpunit]
184184
steps:
185185
- uses: actions/checkout@master
186+
- name: fetch tags
187+
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
186188
- name: BC Check
187189
uses: docker://nyholm/roave-bc-check-ga

0 commit comments

Comments
 (0)