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