File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 54
54
mvn -P gpg_verify \
55
55
--no-transfer-progress \
56
56
--batch-mode \
57
- --file pom.xml -s release/m2-settings.xml verify deploy -Dversion.modifier=''
57
+ --file pom.xml -s release/m2-settings.xml verify sign deploy -Dversion.modifier=''
58
58
env :
59
59
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
60
60
OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
Original file line number Diff line number Diff line change 289
289
<groupId >org.apache.maven.plugins</groupId >
290
290
<artifactId >maven-gpg-plugin</artifactId >
291
291
<version >1.5</version >
292
- <executions >
293
- <execution >
294
- <id >sign-artifacts</id >
295
- <!-- we only need to sign if we are deploying (publishing) -->
296
- <phase >deploy</phase >
297
- <goals >
298
- <goal >sign</goal >
299
- </goals >
300
- </execution >
301
292
</executions >
302
293
</plugin >
303
294
<!-- end sign -->
You can’t perform that action at this time.
0 commit comments