Skip to content

Commit 747a9b3

Browse files
committed
优化细节
1 parent bf2f85b commit 747a9b3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: gradle/actions/setup-gradle@v5
3434

3535
- name: Upload Artifacts
36-
run: ./gradlew clean publish --stacktrace
36+
run: ./gradlew clean publish -PRELEASE_SIGNING_ENABLED=true --stacktrace
3737
env:
3838
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3939
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ POM_DEVELOPER_URL=https://github.com/jenly1314/
4747

4848
mavenCentralPublishing=true
4949
mavenCentralAutomaticPublishing=true
50-
signAllPublications=true

0 commit comments

Comments
 (0)