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" 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" +