Browse Source

chore(github-actions): release draft action corrections

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

3
.github/workflows/release-draft.yml

@ -1,4 +1,3 @@
name: Release Draft Generator
on:
@ -29,4 +28,4 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
- run: "npx github-release-notes@0.17.2 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"

Loading…
Cancel
Save