File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2424 - name : Publish to the Maven Central Repository
2525 run : mvn -Prelease -DskipTests=true --batch-mode deploy
2626 env :
27- MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
27+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
2828
2929 - name : Create GitHub release
3030 uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 213213 <plugin >
214214 <groupId >org.apache.maven.plugins</groupId >
215215 <artifactId >maven-gpg-plugin</artifactId >
216- <version >1.5 </version >
216+ <version >1.6 </version >
217217 <configuration >
218218 <!-- Prevent gpg from using pinentry programs -->
219219 <gpgArguments >
220- <arg >--batch</arg >
221220 <arg >--pinentry-mode</arg >
222221 <arg >loopback</arg >
223222 </gpgArguments >
You can’t perform that action at this time.
0 commit comments