diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 47d0dac..2a7951f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,10 +1,8 @@ name: publish -#on: -# release: -# types: [published] - -on: [push] +on: + release: + types: [published] jobs: test: diff --git a/README.md b/README.md index aa1b376..90cba73 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ Note: *This isn't heavily production tested yet, but the library is in a finishe ### Installation +Repository: `https://maven.pkg.github.com/AurityLab/spring-gcp-tasks` + Gradle: ```groovy dependencies { - implementation "com.auritylab:spring-gcp-tasks:0.1.11" + implementation "com.auritylab:spring-gcp-tasks:0.1.12" } ``` @@ -28,7 +30,7 @@ Maven: com.auritylab spring-gcp-tasks - 0.1.11 + 0.1.12 ``` diff --git a/build.gradle b/build.gradle index fffd123..a47a37d 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } group "com.auritylab" -version "0.1.12-SNAPSHOT" +version "0.1.12" sourceCompatibility = JavaVersion.VERSION_1_8 repositories {