From 4fb85a479e8b6cf42e9e969fe42516dffa113711 Mon Sep 17 00:00:00 2001 From: "David M. Carr" Date: Fri, 2 Apr 2021 09:22:14 -0400 Subject: [PATCH] Temporary change to test the CI publishing fix --- .github/workflows/publish.yml | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"