From c621c145e92c42735c940b711b9fd170adb40ae2 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Thu, 29 Jul 2021 12:04:47 +0200 Subject: [PATCH] Update release-draft.yml --- .github/workflows/release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 645a6a25e..a37b7bcf2 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Draft Release - uses: toolmantim/release-drafter@v5.15.0 + uses: toolmantim/release-drafter@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}