Skip to content

Commit 775685f

Browse files
committed
gha: try simpler workaround from actions/checkout#1467 (comment)
1 parent a54f81e commit 775685f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 1
17-
18-
- name: >-
19-
WORKAROUND: Fetch tags that points to the revisions
20-
checked-out(actions/checkout#1467)
21-
run: |-
22-
git fetch --tags --force
17+
fetch-tags: true
18+
ref: ${{ github.ref }}
2319

2420
- name: Set up Go
2521
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)