mirror of
https://github.com/gotson/komga.git
synced 2026-04-25 16:31:43 +02:00
ci: more JReleaser workaround
This commit is contained in:
parent
b2d3b3b337
commit
e2e6d6e0c7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -152,7 +152,10 @@ jobs:
|
|||
arguments: copyWebDist generateOpenApiDocs jreleaserFullRelease
|
||||
env:
|
||||
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# workaround for https://github.com/jreleaser/jreleaser/issues/1232
|
||||
JRELEASER_DOCKER_DEFAULT_PASSWORD: workaround
|
||||
# workaround for https://github.com/jreleaser/jreleaser/discussions/1233
|
||||
JRELEASER_DISTRIBUTIONS_KOMGA_DOCKER_REPOSITORY_ACTIVE: NEVER
|
||||
- name: JReleaser release output
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue