Commit f99d547 1 parent 43da471 commit f99d547 Copy full SHA for f99d547
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 25
25
uses : gradle/actions/setup-gradle@v4
26
26
27
27
- name : Publish to Maven Central
28
- run : ./gradlew amuze:publishAllPublicationsToMavenCentral
28
+ run : ./gradlew amuze:assembleRelease
29
+ # run: ./gradlew amuze:publishAllPublicationsToMavenCentral
29
30
env :
30
31
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
31
32
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
Original file line number Diff line number Diff line change 22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
with :
24
24
tag_name : ${{ github.ref }}
25
- release_name : Amuze $(echo github.ref | rev | cut -d 'v' -f 1)
25
+ release_name : Amuze ${{ github.ref }}
26
26
body : |
27
27
Initial release
28
28
draft : false
You can’t perform that action at this time.
0 commit comments