diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7d2b3b4dc89..5a31e4a813f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,9 @@ name: Publish package to the Maven Central Repository on: release: types: [created] + push: + branches: + - fix-publish jobs: publish: runs-on: ubuntu-latest diff --git a/build.gradle b/build.gradle index dc5a8fe6894..8af2e14c014 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { } group = "com.github.davidmc24.gradle.plugin" -version = "1.1.1-SNAPSHOT" +version = "1.1.1" def isCI = System.getenv("CI") == "true"