Skip to content

Commit 005328d

Browse files
authored
Merge pull request #117 from psxjoy/workflow-fix
[fix] fix workflow run failure
2 parents d2030b2 + cdc7043 commit 005328d

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ jobs:
4545
${{ runner.os }}-m2
4646
- name: Chmod
4747
run: chmod +x mvnw
48-
- name: Build fastexcel-support
49-
run: ./mvnw -pl fastexcel-support install -B -V
50-
- name: List JAR Contents
51-
run: |
52-
jar -tf fastexcel-support/target/fastexcel-support-*.jar
53-
- name: Check Directories in JAR
54-
run: |
55-
jar -xf fastexcel-support/target/fastexcel-support-*.jar
56-
echo "Listing directories under /cn/idev/excel/support:"
57-
find cn/idev/excel/support -type d
5848
- name: Test with Maven
5949
if: ${{ matrix.java == '8' }}
6050
run: ./mvnw test -B -Dmaven.test.skip=false

fastexcel-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>cn.idev.excel</groupId>
6565
<artifactId>fastexcel-support</artifactId>
66-
<version>1.0.0</version>
66+
<version>0.0.1</version>
6767
</dependency>
6868
<!-- itext7 -->
6969
<dependency>

0 commit comments

Comments
 (0)