Skip to content

Commit c18cd8d

Browse files
fix: ci
1 parent 6819b39 commit c18cd8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<goals>
178178
<goal>sign</goal>
179179
</goals>
180-
<phase>verify</phase>
180+
<phase>package</phase>
181181
</execution>
182182
</executions>
183183
</plugin>
@@ -196,7 +196,7 @@
196196
<goals>
197197
<goal>jar</goal>
198198
</goals>
199-
<phase>verify</phase>
199+
<phase>package</phase>
200200
</execution>
201201
</executions>
202202
</plugin>
@@ -210,7 +210,7 @@
210210
<goals>
211211
<goal>jar-no-fork</goal>
212212
</goals>
213-
<phase>verify</phase>
213+
<phase>package</phase>
214214
</execution>
215215
</executions>
216216
</plugin>

0 commit comments

Comments
 (0)