Browse Source

修改版本

pull/3840/head
Jiaju Zhuang 5 months ago
parent
commit
5f0a8897df
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -37,7 +37,7 @@ jobs:
server-username: MAVEN_USERNAME server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD server-password: MAVEN_PASSWORD
- name: Cache local Maven repository - name: Cache local Maven repository
uses: actions/cache@v3 uses: actions/cache@main
with: with:
path: ~/.m2/repository path: ~/.m2/repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

Loading…
Cancel
Save