Selaa lähdekoodia

housekeeping: fix CI

Bruce Wayne 3 vuotta sitten
vanhempi
sitoutus
da850b8c10
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      .github/workflows/CI.yaml

+ 0 - 5
.github/workflows/CI.yaml

@@ -114,10 +114,6 @@ jobs:
           7z a -mx9 "$zip_path" ${{ env.ProjectName }}
           echo "GENERIC_SHA256=$((Get-FileHash $zip_path -Algorithm SHA256).Hash)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
 
-      - name: Changelog
-        uses: glennawatson/ChangeLog@v1
-        id: changelog
-
       - name: Create a new GitHub release
         uses: ncipollo/release-action@v1
         with:
@@ -126,7 +122,6 @@ jobs:
           draft: false
           artifacts: builtfiles/*
           body: |
-            ${{ steps.changelog.outputs.commitLog }}
             ## Hash
             | Filename | SHA-256 |
             | :- | :- |