Skip to content

Commit dadb341

Browse files
committed
完善 ci 流程,发版后自动发布 jar 到 maven 仓库
1 parent 4e98e11 commit dadb341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up JDK 8
16-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v1
1717
with:
1818
java-version: 8
1919

0 commit comments

Comments
 (0)