]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Probably fixes the changelog step not working
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sun, 4 Dec 2022 20:57:19 +0000 (12:57 -0800)
committerTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sun, 4 Dec 2022 20:57:19 +0000 (12:57 -0800)
.github/workflows/ci.yml

index 0ed48397b7b2c3eb959278a8a3322e60f6823795..697024a2399245934913477c34470197ac73de4a 100644 (file)
@@ -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"