Skip to content

Commit 8854fb1

Browse files
committed
reverted branch push
1 parent 04f56d6 commit 8854fb1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Publish - Release
22

33
on:
4-
push:
5-
branches:
6-
- fix/release-workflow
74
release:
85
types: [released]
96

contentstack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
ext {
77
PUBLISH_GROUP_ID = 'com.contentstack.sdk'
88
PUBLISH_ARTIFACT_ID = 'android'
9-
PUBLISH_VERSION = '4.1.0-beta'
9+
PUBLISH_VERSION = '4.1.0'
1010
}
1111

1212
android {

0 commit comments

Comments
 (0)