Skip to content

Commit 84c4ff9

Browse files
committed
Merge branch 'develop' into release/1.2.0
2 parents 14a605d + cd0b422 commit 84c4ff9

9 files changed

+8
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
name: artifacts
2727
path: target/*.jar
2828
- name: Create Release
29-
uses: actions/create-release@v1 # NOTE: action is unmaintained and repo archived
29+
uses: softprops/action-gh-release@v1
3030
if: startsWith(github.ref, 'refs/tags/')
31-
env:
32-
GITHUB_TOKEN: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }} # release as "cryptobot"
3331
with:
34-
tag_name: ${{ github.ref }}
35-
release_name: Release ${{ github.ref }}
3632
prerelease: true
33+
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
34+
generate_release_notes: true

src/main/resources/MacIntegrationsBundle_be.properties

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.cryptomator.macos.keychain.displayName=macOS nøglering

src/main/resources/MacIntegrationsBundle_si.properties

Whitespace-only changes.

src/main/resources/MacIntegrationsBundle_sl.properties

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.cryptomator.macos.keychain.displayName=keychain ya macOS
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.cryptomator.macos.keychain.displayName=Chuỗi khóa macOS
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.cryptomator.macos.keychain.displayName=macOS 鑰匙圈存取
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
org.cryptomator.macos.keychain.displayName=Mac OS钥匙串
1+
org.cryptomator.macos.keychain.displayName=macOS 鑰匙圈存取

0 commit comments

Comments
 (0)