diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml
index 53b88ca8..daf6438d 100644
--- a/.github/workflows/push-ci.yml
+++ b/.github/workflows/push-ci.yml
@@ -18,3 +18,6 @@ jobs:
java-version: '11'
distribution: 'temurin'
- run: mvn -B -U clean verify
+ publish-snapshot:
+ uses: ./.github/workflows/maven-central-release.yml
+ if: github.repository_owner == 'cryostatio'
diff --git a/pom.xml b/pom.xml
index fcd2d0b5..714dab9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
io.cryostat
cryostat-core
-2.31.0-SNAPSHOT
+3.0.0-SNAPSHOT
jar