Skip to content

Commit 1ffb43a

Browse files
authored
Update builder.yml
1 parent 655d09f commit 1ffb43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
#!/bin/bash
7272
git remote add upstream ${{ env.remote }}
73-
git fetch upstream 2>/dev/null
73+
git fetch --no-tags upstream 2>/dev/null
7474
ahead=$(git rev-list --count upstream/dev..master)
7575
behind=$(git rev-list --count master..upstream/dev)
7676
git remote remove upstream

0 commit comments

Comments
 (0)