This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,9 @@ jobs:
119
119
distribution : zulu
120
120
java-version : 17
121
121
- name : Release Maven package
122
- run :
123
- echo $GPG_PRIVATE_KEY > .m2/private-key.txt
124
- gpg --import --batch .m2/private-key.txt
125
- rm .m2/private-key.txt
122
+ run : |
123
+ export GPG_TTY=$(tty)
124
+ echo -n "$GPG_PRIVATE_KEY" | gpg --allow-secret-key-import --batch --import
126
125
mvn clean deploy --batch-mode --activate-profiles deploy --settings ${{ github.workspace }}/.m2/settings.xml -DskipTests -B -ntp
127
126
env :
128
127
GPG_PRIVATE_KEY : ${{ secrets.gpg_private_key }}
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.marketsquare</groupId >
6
6
<artifactId >robotframework-seleniumlibrary</artifactId >
7
- <version >4.28.1.0 -SNAPSHOT</version >
7
+ <version >4.28.1.1 -SNAPSHOT</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Robot Framework :: SeleniumLibrary</name >
528
528
<plugin >
529
529
<groupId >org.apache.maven.plugins</groupId >
530
530
<artifactId >maven-gpg-plugin</artifactId >
531
- <version >1.6 </version >
531
+ <version >3.2.7 </version >
532
532
<executions >
533
533
<execution >
534
534
<id >sign-artifacts</id >
549
549
<plugin >
550
550
<groupId >org.sonatype.plugins</groupId >
551
551
<artifactId >nexus-staging-maven-plugin</artifactId >
552
- <version >1.6.7 </version >
552
+ <version >1.7.0 </version >
553
553
<extensions >true</extensions >
554
554
<configuration >
555
555
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments