From 3120048ee5b90a1f3d34cec528af1a860a448aaf Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Thu, 17 Feb 2022 23:50:30 +0800 Subject: [PATCH] Update release_drafter_workflow.yml --- .github/workflows/release_drafter_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_drafter_workflow.yml b/.github/workflows/release_drafter_workflow.yml index 4e8b9260..7d3cbf17 100644 --- a/.github/workflows/release_drafter_workflow.yml +++ b/.github/workflows/release_drafter_workflow.yml @@ -23,7 +23,7 @@ jobs: # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@master # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml # with: # config-name: my-config.yml