We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9520858 + c1fb373 commit aa64eecCopy full SHA for aa64eec
.github/workflows/deploy.yml
@@ -1,7 +1,7 @@
1
name: Publish package to the Maven Central Repository
2
on:
3
release:
4
- types: [created]
+ types: [created, published]
5
jobs:
6
publish:
7
runs-on: ubuntu-latest
pom.xml
@@ -6,7 +6,7 @@
<groupId>dev.zarr</groupId>
8
<artifactId>zarr-java</artifactId>
9
- <version>0.0.5</version>
+ <version>0.0.6</version>
10
11
<name>zarr-java</name>
12
0 commit comments