Skip to content

Commit 3b59f40

Browse files
committed
Include tags when checking out for release
1 parent f058672 commit 3b59f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 1
19+
fetch-tags: true
1920
persist-credentials: false
2021

2122
- name: Install requirements

0 commit comments

Comments
 (0)