From c1fb3739be4f8706bead676ebd668df1b033ddda Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 4 Dec 2025 10:45:22 +0100 Subject: [PATCH] Bump to 0.0.6 to trigger release There are apparently cases where release: [created] leads to the deploy not being triggered. Attempting an expansion to [created, published]. --- .github/workflows/deploy.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8384491..539710f9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ name: Publish package to the Maven Central Repository on: release: - types: [created] + types: [created, published] jobs: publish: runs-on: ubuntu-latest diff --git a/pom.xml b/pom.xml index ae709700..9c9d45d6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dev.zarr zarr-java - 0.0.5 + 0.0.6 zarr-java