1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-04 15:28:21 +08:00

2.1.6 补充介绍,优化部署密钥配置。

This commit is contained in:
carm
2021-10-21 21:46:01 +08:00
parent dd96c6d6da
commit 83b9ced6f5
4 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: "Package"
run: mvn -B package --file pom.xml
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_USERNAME: ${{ github.repository_owner }}
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Target Stage"
run: mkdir staging && cp target/*.jar staging