File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,22 @@ jobs:
36
36
echo "Publishing library🚀"
37
37
./gradlew publish --no-daemon --no-parallel
38
38
echo "Published ✅"
39
- echo "Releasing repository...🚀"
40
- ./gradlew closeAndReleaseRepository
41
- echo "Released ✅"
39
+ # echo "Releasing repository...🚀"
40
+ # ./gradlew releaseRepository
41
+ # echo "Released ✅"
42
42
env :
43
43
ORG_GRADLE_PROJECT_VERSION_NAME : ${{ github.event.inputs.version }}
44
44
ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
45
45
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
46
- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.OSSRH_USERNAME }}
47
- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.OSSRH_PASSWORD }}
46
+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.OSSRH_USERNAME_NEW }}
47
+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.OSSRH_PASSWORD_NEW }}
48
+
49
+ - name : Git Add and Commit
50
+ run : |
51
+ git config --global user.name 'Yogesh Choudhary Paliyal'
52
+ git config --global user.email '[email protected] '
53
+ git add .
54
+ git commit -am "Github Actions: App version Bumped to ${{ steps.bump-app-version.outputs.newVersion }}"
48
55
49
56
- name : Git push tag
50
57
run : |
Original file line number Diff line number Diff line change @@ -17,4 +17,6 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://
[email protected] /yogeshpaliyal/speld.git
17
17
POM_DEVELOPER_ID =yogeshpaliyal
18
18
POM_DEVELOPER_NAME =Yogesh Choudhary Paliyal
19
19
POM_DEVELOPER_URL =https://github.com/yogeshpaliyal/
20
- SONATYPE_HOST =S01
20
+ SONATYPE_HOST =CENTRAL_PORTAL
21
+ RELEASE_SIGNING_ENABLED =true
22
+ SONATYPE_AUTOMATIC_RELEASE =true
You can’t perform that action at this time.
0 commit comments