Skip to content

Commit 205624f

Browse files
authored
Update release.yaml
Fixes typo in the release.yaml for github actions
1 parent 417f505 commit 205624f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
echo -e "# Insert Title\n" > Changes.md
2323
git log --pretty=format:"%h - %s - %an" ${{ github.event.inputs.tags }}..HEAD | grep -v "Merge pull" >> Changes.md
2424
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
25+
- name: Draft release
2526
id: draft_release
2627
uses: actions/create-release@v1
2728
with:

0 commit comments

Comments
 (0)