From 1b12c1a048a1ffa941f97f3993285b47e4cff3cf Mon Sep 17 00:00:00 2001 From: Swanny Date: Mon, 4 Nov 2024 11:33:15 -0500 Subject: [PATCH 1/2] fix: fetch all tags actually tho --- .github/workflows/autorelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index cf4c4cf..1c48fbb 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -20,6 +20,7 @@ jobs: uses: actions/checkout@v4 with: fetch-tags: "true" + fetch-depth: "0" - name: Verify new release needed run: | echo "Checking if a new release is needed" From 5270e0264d681c3273e64bd9eb5b0c97728139be Mon Sep 17 00:00:00 2001 From: Swanny Date: Mon, 4 Nov 2024 11:33:46 -0500 Subject: [PATCH 2/2] fix: make change to cargo toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 913b3f1..3e5276c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,3 +47,4 @@ tracing-subscriber = "0.3.18" async-trait = "0.1.80" oauth2 = "4.4.2" +