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