2 Commits

Author SHA1 Message Date
Adrian Kuta
cc5cc07f4a Disable automatic release 2024-07-30 10:30:08 +02:00
Adrian Kuta
e42b32142b Remove onPush trigger 2024-07-29 22:37:48 +02:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
name: Publish
on:
push:
release:
# We'll run this workflow when a new GitHub release is created
types: [released]

View File

@@ -7,7 +7,7 @@ plugins {
android {
namespace = "dev.adriankuta.unbounddragdrop"
version = "0.0.3"
version = "0.0.4"
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
@@ -15,7 +15,7 @@ android {
mavenPublishing {
coordinates("dev.adriankuta", "unbound-drag-drop", version.toString())
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
signAllPublications()
pom {
name = "Unbound Drag & Drop"