From 6b4c42764420b8f92dafb77f2b113511f093d877 Mon Sep 17 00:00:00 2001 From: Pranav C <61551451+pranavxc@users.noreply.github.com> Date: Sun, 18 Jul 2021 17:39:03 +0530 Subject: [PATCH] chore(github-actions): release draft action corrections Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com> --- .github/workflows/release-draft.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index db357c1375..8d03aba8e2 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -11,8 +11,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Create tag uses: actions/github-script@v3 with: @@ -25,6 +23,10 @@ jobs: sha: context.sha }) + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - uses: actions/setup-node@v2 with: node-version: 14