mirror of
https://github.com/CarmJos/UserPrefix.git
synced 2026-06-04 23:43:29 +08:00
2.1.3 自动构建与部署 (无实质更新)
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
# Nexus用户名环境变量
|
# Nexus用户名环境变量
|
||||||
server-username: ${{ secrets.MAVEN_USERNAME }}
|
server-username: ${{ secrets.MAVEN_USERNAME }}
|
||||||
# Nexus密码环境变量
|
# Nexus密码环境变量
|
||||||
server-password: ${{ secrets.GITHUB_TOKEN }}
|
server-password: ${{ secrets.MAVEN_TOKEN }}
|
||||||
- name: run Maven
|
- name: run Maven
|
||||||
run: mvn -B deploy --file pom.xml
|
run: mvn -B deploy --file pom.xml
|
||||||
- run: mkdir staging && cp target/*.jar staging
|
- run: mkdir staging && cp target/*.jar staging
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>cc.carm.plugin</groupId>
|
<groupId>cc.carm.plugin</groupId>
|
||||||
<artifactId>userprefix</artifactId>
|
<artifactId>userprefix</artifactId>
|
||||||
<version>2.1.2</version>
|
<version>2.1.3</version>
|
||||||
|
|
||||||
<name>用户前缀系统</name>
|
<name>用户前缀系统</name>
|
||||||
<description>轻便、高效、实时的用户前缀系统。</description>
|
<description>轻便、高效、实时的用户前缀系统。</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user