Skip to content

Commit c52b59e

Browse files
committed
Test Release
1 parent dc1a9b5 commit c52b59e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,9 @@ jobs:
3838
env:
3939
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}
4040

41-
- name: Build package
42-
run: ./gradlew clean build
43-
env:
44-
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
45-
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
46-
47-
- name: Release package
48-
run: ./gradlew githubRelease
41+
- name: Build and release package
42+
run: ./gradlew clean build githubRelease
4943
env:
5044
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
5145
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
46+
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)