File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cat >keydetails <<EOF
77 Subkey-Type: RSA
88 Subkey-Length: 2048
99 Name-Real: Łukasz Włódarczyk
10- Name-Comment: kilmajster
10+ Name-Comment: github
11111212 Expire-Date: 0
1313 %no-ask-passphrase
Original file line number Diff line number Diff line change 55 <servers >
66 <server >
77 <id >ossrh</id >
8- <username >${MAVEN_USERNAME} </username >
8+ <username >kilmajster </username >
99 <password >${MAVEN_PASSWORD}</password >
1010 </server >
1111 </servers >
1616 <activeByDefault >true</activeByDefault >
1717 </activation >
1818 <properties >
19- <gpg .executable>gpg2</gpg .executable>
20- <gpg .passphrase>${GPG_PASS_PHRASE}</gpg .passphrase>
19+ <gpg .keyname>github</gpg .keyname>
2120 </properties >
2221 </profile >
2322 </profiles >
Original file line number Diff line number Diff line change 2525 - name : Publish package
2626 run : mvn -B -ntp deploy -s .github/ossrhSettings.xml -P ossrh
2727 env :
28- MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
2928 MAVEN_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
3029 - name : Build docker init container
3130 run : sh ./build-init-container.sh $TAG
Original file line number Diff line number Diff line change 239239 <groupId >org.apache.maven.plugins</groupId >
240240 <artifactId >maven-gpg-plugin</artifactId >
241241 <version >${maven-gpg-plugin.version} </version >
242- <configuration >
243- <gpgArguments >
244- <arg >--pinentry-mode</arg >
245- <arg >loopback</arg >
246- </gpgArguments >
247- </configuration >
248242 <executions >
249243 <execution >
250244 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments