Skip to content

Commit

Permalink
Fix publishing (#21)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
NoComment1105 authored Sep 4, 2022
1 parent a4d0977 commit 0920d8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deployment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0920d8b

Please sign in to comment.