Skip to content

Commit 5d4a490

Browse files
authored
fix: git will be the death of me (#13)
1 parent 6e7f704 commit 5d4a490

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/autorelease.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
2121
with:
22+
ref: "ref/heads/main"
2223
fetch-tags: "true"
2324
fetch-depth: "0"
2425
- name: Verify new release needed

Cargo.toml

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

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

0 commit comments

Comments
 (0)