From cb332a6d6d8bd27e72739bc2fb86a29ef56ff8a5 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 3 Mar 2023 17:16:44 +0800 Subject: [PATCH] ci: jreleaser workaround for JRELEASER_DOCKER_DEFAULT_PASSWORD --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9bf0ba08..9b53adb2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: