Commit 414e812 1 parent c3e4442 commit 414e812 Copy full SHA for 414e812
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Publish
3
3
on :
4
4
release :
5
5
types :
6
- - created
6
+ [ created]
7
7
8
8
jobs :
9
9
publish :
25
25
uses : gradle/actions/setup-gradle@v4
26
26
27
27
- name : Publish to Maven Central
28
- run : ./gradlew amuze:assembleRelease
29
- # run: ./gradlew amuze:publishAllPublicationsToMavenCentral
28
+ run : ./gradlew amuze:publishAllPublicationsToMavenCentral
30
29
env :
31
30
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
32
31
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
35
34
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
36
35
37
36
- name : Publish to Github Packages
38
- run : ./gradlew amuze:assembleDebug
37
+ run : ./gradlew amuze:publish
39
38
40
39
env :
41
40
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments