Skip to content

Commit 66e7838

Browse files
committed
fix
1 parent 8e47d06 commit 66e7838

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/BuildForWindows.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,6 @@ jobs:
6767
- name: List output files
6868
run: Get-ChildItem -Path ./publish/app -Force
6969

70-
71-
- name: Create release notes
72-
id: create-release-notes
73-
run:
74-
echo "## Last 10 commits:"
75-
git log -n 10 --format="%s (%h) %ad" --date=short
76-
echo ""
77-
echo "## Contributors:"
78-
git shortlog -sn --no-merges
79-
80-
- name: Get contributors
81-
id: get-contributors
82-
run: |
83-
git shortlog -sn --no-merges
8470
- name: Create Release
8571
id: create_release
8672
uses: actions/create-release@v1
@@ -91,11 +77,6 @@ jobs:
9177
tag_name: ${{ github.ref }}
9278
release_name: Release ${{ github.ref }}
9379
draft: false
94-
body: |
95-
## Last 10 commits:
96-
${{ get-contributors.outputs }}
97-
## In this version
98-
${{ steps.create-release-notes.outputs.release-notes }}
9980
prerelease: ${{ contains(github.ref, 'alpha') }}
10081

10182

0 commit comments

Comments
 (0)