Skip to content

Commit 42f215d

Browse files
committed
fetch-tags doesn't work
See eg actions/checkout#1467 trying an explicit fetch-depth as per comments there.
1 parent b0e759d commit 42f215d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737
with:
38-
fetch-tags: true
38+
fetch-depth: 5
3939
- run: |
4040
gh release create ${{ github.ref }} --verify-tag
4141
env:

0 commit comments

Comments
 (0)