From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Sun, 4 Dec 2022 20:57:19 +0000 (-0800) Subject: Probably fixes the changelog step not working X-Git-Tag: v1.10.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1da7f34913fc247d1b4c333cdb98547f5816ff9;p=thirdparty%2Fpaperless-ngx.git Probably fixes the changelog step not working --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ed48397b7..697024a239 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -542,7 +542,7 @@ jobs: CURRENT_CHANGELOG=`tail --lines +2 changelog.md` echo -e "$CURRENT_CHANGELOG" >> changelog-new.md mv changelog-new.md changelog.md - pipenv run pre-commit run --files changelog.md + pipenv run pre-commit run --files changelog.md || true git config --global user.name "github-actions" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git commit -am "Changelog ${{ needs.publish-release.outputs.version }} - GHA"