From 83410bc7e650f4905c76f06e0b52b4d5131ddeb8 Mon Sep 17 00:00:00 2001 From: Swanny Date: Mon, 4 Nov 2024 11:45:28 -0500 Subject: [PATCH] fix: git will be the death of me --- .github/workflows/autorelease.yml | 1 + Cargo.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 1c48fbb..ad28d6c 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -19,6 +19,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: + ref: "ref/heads/main" fetch-tags: "true" fetch-depth: "0" - name: Verify new release needed diff --git a/Cargo.toml b/Cargo.toml index 3e5276c..913b3f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,4 +47,3 @@ tracing-subscriber = "0.3.18" async-trait = "0.1.80" oauth2 = "4.4.2" -