Browse Source

chore(github-action): npm package version downgraded

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
pull/350/head 0.10.3
Pranav C 3 years ago
parent
commit
c089dc222a
  1. 2
      .github/workflows/release-draft.yml

2
.github/workflows/blank.yml → .github/workflows/release-draft.yml

@ -29,4 +29,4 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: 14 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 }}"
Loading…
Cancel
Save