From 0920d8b034c212e35e5d45e28044d372164985cd Mon Sep 17 00:00:00 2001 From: NoComment <67918617+NoComment1105@users.noreply.github.com> Date: Sun, 4 Sep 2022 13:21:02 +0100 Subject: [PATCH] Fix publishing (#21) * Bring kordx.emoji more up to date * Love it when my changes get reverted * Update changelog * Fix build hopefully * Fix emojilist stuff * Do some small updates to hopefully fix build * Attempt 2 * Hopefully fully fix:tm: * Fix javadoc and POM build, update kotlin poet * Coping at javadocs * More javadoc coping * More javadoc coping --- .github/workflows/deployment-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment-ci.yml b/.github/workflows/deployment-ci.yml index cd0155c..c974352 100644 --- a/.github/workflows/deployment-ci.yml +++ b/.github/workflows/deployment-ci.yml @@ -59,7 +59,12 @@ jobs: - name: Build with gradle uses: gradle/gradle-build-action@v2 with: - arguments: -x test javadocJar publish + arguments: --stacktrace --info build + + - name: Publish with Gradle + uses: gradle/gradle-build-action@v2 + with: + arguments: -x test publish # Disabled for now # # - name: Close and Release Repository