From 9e257ce365755c6b94e0530751765d13da51558b Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Tue, 13 Dec 2022 12:45:14 -0700 Subject: [PATCH] 1.9.0-SNAPSHOT --- .github/workflows/build.yml | 2 +- README.md | 6 +++--- cloud-minecraft/README.md | 22 +++++++++++----------- gradle.properties | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f0f357a..a9cf5e38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: echo "STATUS=release" >> $GITHUB_ENV fi - name: Publish Snapshot - if: "${{ env.STATUS != 'release' && github.event_name == 'push' && github.ref == 'refs/heads/1.8.0-dev' }}" + if: "${{ env.STATUS != 'release' && github.event_name == 'push' && github.ref == 'refs/heads/1.9.0-dev' }}" run: ./gradlew publish env: ORG_GRADLE_PROJECT_sonatypeUsername: "${{ secrets.SONATYPE_USERNAME }}" diff --git a/README.md b/README.md index 3cf67efc..8496f533 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi cloud.commandframework cloud-PLATFORM - 1.8.0 + 1.9.0-SNAPSHOT