mirror of
https://github.com/gotson/komga.git
synced 2026-01-17 13:43:32 +01:00
ci: jreleaser workaround for JRELEASER_DOCKER_DEFAULT_PASSWORD
This commit is contained in:
parent
b7a28c8dc1
commit
cb332a6d6d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -149,9 +149,10 @@ jobs:
|
|||
- name: JReleaser full release
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
arguments: copyWebDist assemble generateOpenApiDocs jreleaserFullRelease
|
||||
arguments: copyWebDist generateOpenApiDocs jreleaserFullRelease
|
||||
env:
|
||||
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
JRELEASER_DOCKER_DEFAULT_PASSWORD: workaround
|
||||
- name: Release commit and push
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue