Skip to content

Commit 93286c8

Browse files
committed
workflow updated
1 parent 08433f2 commit 93286c8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish package to the Maven Central Repository
22
on:
3-
push:
4-
branches: fix/DX-2237-maven-publish-workflow
3+
release:
4+
types: [created]
55
jobs:
66
publish-maven:
77
runs-on: ubuntu-latest

Changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

33
A brief description of what changes project contains
4-
## Jan 20, 2025
4+
## Mar 17, 2025
55

6-
#### v1.2.13
6+
#### v1.2.15
77

88
- Fix: Snyk issues
9+
- Fix: Publish workflows
910

1011
## Oct 21, 2024
1112

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.contentstack.sdk</groupId>
66
<artifactId>utils</artifactId>
7-
<version>1.2.15-beta.2</version>
7+
<version>1.2.15</version>
88
<packaging>jar</packaging>
99
<name>Contentstack-utils</name>
1010
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description>

0 commit comments

Comments
 (0)