Skip to content

Commit 56a61c8

Browse files
authored
Fetch tags on checkout
1 parent e7ff45a commit 56a61c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: 🛎️ Checkout repository
2222
uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0 # Requried to check if a tag exists already
2325

2426
- name: 🐍 Set up Python
2527
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)