Skip to content

Commit 26cec4f

Browse files
committed
gha: remove redundant tag fetch step
1 parent e06f0db commit 26cec4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666
uses: actions/checkout@v4
6767
with:
6868
fetch-depth: 0
69-
70-
- name: fetch tags
71-
run: git fetch --force --tags
69+
fetch-tags: true
7270

7371
- uses: actions/setup-go@v4
7472
with:

0 commit comments

Comments
 (0)