1
mirror of https://github.com/CarmJos/GithubReleases4J.git synced 2026-06-04 13:08:17 +08:00

[v1.2.2] [A] Add GPG Settings.

This commit is contained in:
2022-01-22 14:13:41 +08:00
parent dac264a09d
commit 7eae212bc3
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_TOKEN
- name: "Package"
run: mvn -B package --file pom.xml -Dmaven.javadoc.skip=true
run: mvn --no-transfer-progress -B package --file pom.xml -Dmaven.javadoc.skip=true
env:
MAVEN_USERNAME: ${{ github.repository_owner }}
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}