Skip to content

Commit be13649

Browse files
committed
FIX: check if this actually fetches the tags
actions/checkout#1471
1 parent 9f0d7e2 commit be13649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
if: ${{ steps.release.outputs.release_created }}
2121
with:
22+
fetch-depth: 0
2223
fetch-tags: true
2324
- uses: ruby/setup-ruby@v1
2425
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)