We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ff45a commit 56a61c8Copy full SHA for 56a61c8
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: 🛎️ Checkout repository
22
uses: actions/checkout@v4
23
+ with:
24
+ fetch-depth: 0 # Requried to check if a tag exists already
25
26
- name: 🐍 Set up Python
27
uses: actions/setup-python@v5
0 commit comments