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 }}"