Skip to content

Commit 4644d5d

Browse files
committed
refactor: 优化
1 parent 017a99e commit 4644d5d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/maven-publish-4x.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
os: [ ubuntu-latest ]
1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
fetch-depth: '2'
1618
- run: echo ${{github.ref}}
1719
- name: Set up Repository info
1820
uses: actions/setup-java@v4

.github/workflows/maven-publish-5x.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
# os: [ubuntu-latest, windows-latest, macOS-latest]
1313
os: [ ubuntu-latest ]
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v4
16+
with:
17+
fetch-depth: '2'
1618
- run: echo ${{github.ref}}
1719
- name: Set up Repository info
1820
uses: actions/setup-java@v4

hsweb-core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
<artifactId>hsweb-core</artifactId>
1414
<name>${project.artifactId}</name>
15-
1615
<description>核心包</description>
1716

1817
<dependencies>

0 commit comments

Comments
 (0)