From 58fb69ae122e9563421218cf12ae3ded678900cd Mon Sep 17 00:00:00 2001 From: ThatGamerBlue Date: Tue, 31 Mar 2020 16:12:39 +0100 Subject: [PATCH] actions: fix release drafter (#2469) * actions: release drafter fix - attempt one * actions: release drafter fix - attempt two * actions: release drafter fix - attempt three * actions: release drafter fix - attempt four * remove branch p1 * remove branch p2 --- .github/release-drafter.yml | 2 +- .github/workflows/push.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 8675426e02..01b279b90a 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -19,4 +19,4 @@ template: | ## Changes - $CHANGES \ No newline at end of file + $CHANGES diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0944b1ec34..4d278037a2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -103,6 +103,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: toolmantim/release-drafter@v5.2.0 + - uses: ThatGamerBlue/release-drafter@v5.7.1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}