diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 439cae1..38a6ad5 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -37,5 +37,7 @@ jobs: # with: # config-name: my-config.yml # disable-autolabeler: true + with: + commitish: main #see https://github.com/release-drafter/release-drafter/issues/1125 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file