1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00:00

2.1.3 自动构建与部署 (无实质更新)

This commit is contained in:
carm 2021-10-07 22:40:53 +08:00
parent 2b701510bc
commit 1942c50078
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
# Nexus用户名环境变量
server-username: ${{ secrets.MAVEN_USERNAME }}
# Nexus密码环境变量
server-password: ${{ secrets.GITHUB_TOKEN }}
server-password: ${{ secrets.MAVEN_TOKEN }}
- name: run Maven
run: mvn -B deploy --file pom.xml
- run: mkdir staging && cp target/*.jar staging

View File

@ -6,7 +6,7 @@
<groupId>cc.carm.plugin</groupId>
<artifactId>userprefix</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<name>用户前缀系统</name>
<description>轻便、高效、实时的用户前缀系统。</description>