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