Skip to content

Commit

Permalink
update publish yml (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacm authored Nov 3, 2022
1 parent be43f41 commit 03ca2f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 1.8
java-version: 8

# Gradle 缓存配置
- name: Cache Gradle packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 1.8
java-version: 8

# Gradle 缓存配置
- name: Cache Gradle packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 1.8
java-version: 8

# Gradle 缓存配置
- name: Cache Gradle packages
Expand Down

0 comments on commit 03ca2f0

Please sign in to comment.