Skip to content

Commit 99273ec

Browse files
committed
testing release
1 parent 12505d1 commit 99273ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
java-version: '11'
2121
distribution: 'adopt'
2222
cache: 'gradle'
23-
server-id: ossrh
24-
server-username: MAVEN_USERNAME
25-
server-password: MAVEN_PASSWORD
23+
server-id: central
24+
server-username: ${{ secrets.MAVEN_USERNAME }}
25+
server-password: ${{ secrets.MAVEN_PASSWORD }}
2626

2727
- name: Setup Gradle
2828
uses: gradle/gradle-build-action@v2

contentstack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.vanniktech.maven.publish" version "0.27.0"
2+
id "com.vanniktech.maven.publish" version "0.28.0"
33
id "com.android.library"
44
}
55
import com.vanniktech.maven.publish.SonatypeHost

0 commit comments

Comments
 (0)