Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Fixes typo in the release.yaml for github actions
  • Loading branch information
qu1queee authored Feb 5, 2021
1 parent 417f505 commit 205624f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
echo -e "# Insert Title\n" > Changes.md
git log --pretty=format:"%h - %s - %an" ${{ github.event.inputs.tags }}..HEAD | grep -v "Merge pull" >> Changes.md
echo -e "## Features\n\n## Fixes\n\n## Backwards incompatible changes\n\n## Docs\n\n## Misc\n\n## Thanks" >> Changes.md - name: Draft Release
- name: Draft release
id: draft_release
uses: actions/create-release@v1
with:
Expand Down

0 comments on commit 205624f

Please sign in to comment.