mirror of
https://github.com/gotson/komga.git
synced 2026-01-01 13:26:09 +01:00
ci: always upload JReleaser output [skip ci]
This commit is contained in:
parent
721c198ced
commit
b2d3b3b337
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue