diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bab84f71d2..a0fa84aea6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -560,7 +560,7 @@ jobs: find . -type f | while read f; do mv -fvt . $f; done - name: Release to Github - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v2.2.2 with: body_path: CHANGELOG.md files: |