ci: always upload JReleaser output [skip ci]

This commit is contained in:
Gauthier Roebroeck 2023-03-03 18:15:44 +08:00
parent 721c198ced
commit b2d3b3b337

View file

@ -153,6 +153,14 @@ jobs:
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JRELEASER_DOCKER_DEFAULT_PASSWORD: workaround
- name: JReleaser release output
if: always()
uses: actions/upload-artifact@v3
with:
name: jreleaser-release
path: |
komga/build/jreleaser/trace.log
komga/build/jreleaser/output.properties
- name: Release commit and push
uses: EndBug/add-and-commit@v9
with: