Skip to content

Commit 4ea354f

Browse files
committed
housekeeping: fix CI
1 parent abaced3 commit 4ea354f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/CI.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ jobs:
114114
7z a -mx9 "$zip_path" ${{ env.ProjectName }}
115115
echo "GENERIC_SHA256=$((Get-FileHash $zip_path -Algorithm SHA256).Hash)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
116116
117-
- name: Changelog
118-
uses: glennawatson/ChangeLog@v1
119-
id: changelog
120-
121117
- name: Create a new GitHub release
122118
uses: ncipollo/release-action@v1
123119
with:
@@ -126,7 +122,6 @@ jobs:
126122
draft: false
127123
artifacts: builtfiles/*
128124
body: |
129-
${{ steps.changelog.outputs.commitLog }}
130125
## Hash
131126
| Filename | SHA-256 |
132127
| :- | :- |

0 commit comments

Comments
 (0)