From 6a3fe77d6a05d6ed8b0acbcc6cfbbac9e62ed598 Mon Sep 17 00:00:00 2001 From: Jactus Date: Wed, 30 Sep 2020 21:50:57 +0800 Subject: [PATCH] Fix release-draft bug --- .github/workflows/release-drafter.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 90dbf7b79..113a4f009 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main jobs: update_release_draft: @@ -12,8 +12,5 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into "master" - uses: release-drafter/release-drafter@v5.11.0 - with: - # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml - # config-name: my-config.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file