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.
1 parent a2a23de commit b5ee216Copy full SHA for b5ee216
.github/workflows/maven-publish.yml
@@ -1,7 +1,7 @@
1
name: Publish package to the Maven Central Repository
2
on:
3
- pull_request:
4
- # types: [ created ]
+ release:
+ types: [ created ]
5
jobs:
6
publish-maven:
7
runs-on: ubuntu-latest
pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.contentstack.sdk</groupId>
<artifactId>utils</artifactId>
- <version>1.2.14</version>
+ <version>1.2.15</version>
8
<packaging>jar</packaging>
9
<name>Contentstack-utils</name>
10
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description>
0 commit comments