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