Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 committed Jun 11, 2024
1 parent 8e47d06 commit 66e7838
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/BuildForWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,6 @@ jobs:
- name: List output files
run: Get-ChildItem -Path ./publish/app -Force


- name: Create release notes
id: create-release-notes
run:
echo "## Last 10 commits:"
git log -n 10 --format="%s (%h) %ad" --date=short
echo ""
echo "## Contributors:"
git shortlog -sn --no-merges

- name: Get contributors
id: get-contributors
run: |
git shortlog -sn --no-merges
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -91,11 +77,6 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
body: |
## Last 10 commits:
${{ get-contributors.outputs }}
## In this version
${{ steps.create-release-notes.outputs.release-notes }}
prerelease: ${{ contains(github.ref, 'alpha') }}


Expand Down

0 comments on commit 66e7838

Please sign in to comment.