Skip to content

Commit 6e7f704

Browse files
authored
fix: fetch all tags actually tho (#12)
* fix: fetch all tags actually tho * fix: make change to cargo toml
1 parent 9a75410 commit 6e7f704

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/autorelease.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-tags: "true"
23+
fetch-depth: "0"
2324
- name: Verify new release needed
2425
run: |
2526
echo "Checking if a new release is needed"

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ tracing-subscriber = "0.3.18"
4747

4848
async-trait = "0.1.80"
4949
oauth2 = "4.4.2"
50+

0 commit comments

Comments
 (0)