1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-05 00:16:20 +08:00

添加下载地址

This commit is contained in:
2021-11-02 11:47:13 +08:00
parent 01e321686f
commit cf749bf5c0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
server-username: MAVEN_USERNAME server-username: MAVEN_USERNAME
server-password: MAVEN_TOKEN server-password: MAVEN_TOKEN
- name: "Deploy" - name: "Deploy"
run: mvn -B deploy --file pom.xml run: mvn -B deploy --file pom.xml -DskipTests
env: env:
MAVEN_USERNAME: ${{ github.repository_owner }} MAVEN_USERNAME: ${{ github.repository_owner }}
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
+1
View File
@@ -88,6 +88,7 @@
</repositories> </repositories>
<distributionManagement> <distributionManagement>
<downloadUrl>${project.url}/releases</downloadUrl>
<repository> <repository>
<id>github</id> <id>github</id>
<name>GitHub Packages</name> <name>GitHub Packages</name>