File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 server-username : MAVEN_USERNAME
2525 server-password : MAVEN_PASSWORD
2626 settings-path : ${{ github.workspace }} # Location for settings.xml file
27- gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
27+ gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY_ABHI }}
2828 gpg-passphrase : GPG_PASSPHRASE
2929
3030 - name : Publish with Maven deploy
3838 env :
3939 MAVEN_USERNAME : ${{ secrets.NEXUS_USERNAME }}
4040 MAVEN_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
41- GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
41+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE_ABHI }}
4242
4343 - name : Upload coverage to Codecov
4444 uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <artifactId >github-client</artifactId >
6- <version >0.3.4 -SNAPSHOT</version >
6+ <version >0.3.7 -SNAPSHOT</version >
77
88 <parent >
99 <groupId >com.spotify</groupId >
6767 <properties >
6868 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6969 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
70- <project .build.outputTimestamp>1737127111 </project .build.outputTimestamp>
70+ <project .build.outputTimestamp>1738229414 </project .build.outputTimestamp>
7171 <spotbugs .excludeFilterFile>spotbugsexclude.xml</spotbugs .excludeFilterFile>
7272 <checkstyle .violationSeverity>error</checkstyle .violationSeverity>
7373 <checkstyle .config.location>checkstyle.xml</checkstyle .config.location>
You can’t perform that action at this time.
0 commit comments