Skip to content

Commit e86509d

Browse files
author
wuweilin
committed
修改命令
1 parent b147c27 commit e86509d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# 使用 Maven 打包
3636
- name: Build with Maven
37-
run: mvn clean package deploy -DskipTests
37+
run: mvn clean package deploy -DskipTests -e -X
3838
env:
3939
SERVER_USERNAME: ${{ secrets.SERVER_USERNAME }}
4040
SERVER_PASSWORD: ${{ secrets.SERVER_PASSWORD }}

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,14 @@
165165
<plugin>
166166
<groupId>org.apache.maven.plugins</groupId>
167167
<artifactId>maven-gpg-plugin</artifactId>
168-
<version>1.1</version>
168+
<version>3.2.8</version>
169169
<configuration>
170170
<passphrase></passphrase>
171171
</configuration>
172172
<executions>
173173
<execution>
174174
<id>sign-artifacts</id>
175175
<phase>verify</phase>
176-
<goals>
177-
<goal>sign</goal>
178-
</goals>
179176
</execution>
180177
</executions>
181178
</plugin>

0 commit comments

Comments
 (0)