We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a75410 commit 6e7f704Copy full SHA for 6e7f704
.github/workflows/autorelease.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
with:
22
fetch-tags: "true"
23
+ fetch-depth: "0"
24
- name: Verify new release needed
25
run: |
26
echo "Checking if a new release is needed"
Cargo.toml
@@ -47,3 +47,4 @@ tracing-subscriber = "0.3.18"
47
48
async-trait = "0.1.80"
49
oauth2 = "4.4.2"
50
+
0 commit comments