File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3636 MAVEN_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
3737 MAVEN_GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
3838 MAVEN_GPG_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
39+ MAVEN_GPG_KEY_FINGERPRINT : " 58117AFA1F85B3EEC154677D615D449FE6E6A235"
Original file line number Diff line number Diff line change 2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2424 MAVEN_GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
2525 MAVEN_GPG_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
26+ MAVEN_GPG_KEY_FINGERPRINT : " 58117AFA1F85B3EEC154677D615D449FE6E6A235"
2627 - name : Slack Notification
2728 uses : rtCamp/action-slack-notify@v2
2829 env :
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.cryptomator</groupId >
44 <artifactId >cryptofs</artifactId >
5- <version >2.8.0-SNAPSHOT </version >
5+ <version >2.7.1 </version >
66 <name >Cryptomator Crypto Filesystem</name >
77 <description >This library provides the Java filesystem provider used by Cryptomator.</description >
88 <url >https://github.com/cryptomator/cryptofs</url >
You can’t perform that action at this time.
0 commit comments