Skip to content

Commit 65c8591

Browse files
committed
Test Releade
1 parent dc1a9b5 commit 65c8591

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
env:
4444
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4545
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
46+
RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }}
4647

4748
- name: Release package
4849
run: ./gradlew githubRelease
4950
env:
5051
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
5152
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
53+
RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# keepassxc-cryptomator
22
![keepassxc-cryptomator](keepassxc-cryptomator.svg)
33

4-
[![Java CI with Maven](https://github.com/purejava/keepassxc-cryptomator/workflows/Java%20CI%20with%20Maven/badge.svg)](https://github.com/purejava/keepassxc-cryptomator/actions?query=workflow%3A%22Java+CI+with+Maven%22)
4+
[![Java CI with Gradle](https://github.com/purejava/keepassxc-cryptomator/workflows/Java%20CI%20with%20Gradle/badge.svg)](https://github.com/purejava/keepassxc-cryptomator/actions?query=workflow%3A%22Java+CI+with+Gradle%22)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f092de6bfd99450f8a9a2766ed01c3c1)](https://app.codacy.com/gh/purejava/keepassxc-cryptomator?utm_source=github.com&utm_medium=referral&utm_content=purejava/keepassxc-cryptomator&utm_campaign=Badge_Grade_Settings)
66
[![GitHub Release](https://img.shields.io/github/v/release/purejava/keepassxc-cryptomator)](https://github.com/purejava/keepassxc-cryptomator/releases)
77
[![License](https://img.shields.io/github/license/purejava/keepassxc-cryptomator.svg)](https://github.com/purejava/keepassxc-cryptomator/blob/master/LICENSE)

0 commit comments

Comments
 (0)