From ed2a9f6e7808e0328b4958eb39b61772bfef8079 Mon Sep 17 00:00:00 2001 From: Swanny Date: Mon, 4 Nov 2024 11:26:14 -0500 Subject: [PATCH] fix: need to specify to fetch tags --- .github/workflows/autorelease.yml | 2 ++ Cargo.toml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 43e3b87..cf4c4cf 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-tags: "true" - name: Verify new release needed run: | echo "Checking if a new release is 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" -