Skip to content

Commit f99d547

Browse files
committed
Fix release CI
1 parent 43da471 commit f99d547

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
uses: gradle/actions/setup-gradle@v4
2626

2727
- name: Publish to Maven Central
28-
run: ./gradlew amuze:publishAllPublicationsToMavenCentral
28+
run: ./gradlew amuze:assembleRelease
29+
# run: ./gradlew amuze:publishAllPublicationsToMavenCentral
2930
env:
3031
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
3132
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
2424
tag_name: ${{ github.ref }}
25-
release_name: Amuze $(echo github.ref | rev | cut -d 'v' -f 1)
25+
release_name: Amuze ${{ github.ref }}
2626
body: |
2727
Initial release
2828
draft: false

0 commit comments

Comments
 (0)