We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7f704 commit 5d4a490Copy full SHA for 5d4a490
.github/workflows/autorelease.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Checkout code
20
uses: actions/checkout@v4
21
with:
22
+ ref: "ref/heads/main"
23
fetch-tags: "true"
24
fetch-depth: "0"
25
- name: Verify new release 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