From c089dc222a26d70adeb9a8a36b1cc325b1e88f4c Mon Sep 17 00:00:00 2001 From: Pranav C <61551451+pranavxc@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:25:06 +0530 Subject: [PATCH] chore(github-action): npm package version downgraded Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com> --- .github/workflows/{blank.yml => release-draft.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{blank.yml => release-draft.yml} (83%) diff --git a/.github/workflows/blank.yml b/.github/workflows/release-draft.yml similarity index 83% rename from .github/workflows/blank.yml rename to .github/workflows/release-draft.yml index 8b4c3ba4f2..dd374c5880 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/release-draft.yml @@ -29,4 +29,4 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 14 - - run: "npx github-release-notes release --token ${{ secrets.GH_TOKEN }} --draft --tags ${{ github.event.inputs.tag }}" + - run: "npx github-release-notes@0.17.2 release --token ${{ secrets.GH_TOKEN }} --draft --tags ${{ github.event.inputs.tag }}"