Skip to content

Commit 59da5b6

Browse files
committed
Merge branch 'release/1.0.1-beta1' into main
2 parents 043edef + c4e9933 commit 59da5b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
${{ runner.os }}-maven-
2020
- name: Ensure to use tagged version
2121
if: startsWith(github.ref, 'refs/tags/')
22-
run: mvn versions:set --file ./pom.xml -DnewVersion=${GITHUB_REF##*/}
22+
shell: bash
23+
run: |
24+
mvn versions:set --file ./pom.xml -DnewVersion=${GITHUB_REF##*/}
2325
- name: Build and Test
2426
id: buildAndTest
2527
run: mvn -B clean install -Pdependency-check

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.cryptomator</groupId>
77
<artifactId>integrations-win</artifactId>
8-
<version>1.0.0-beta2</version>
8+
<version>1.0.1-beta1</version>
99

1010
<name>Cryptomator Integrations for Windows</name>
1111
<description>Provides optional Windows services used by Cryptomator</description>

0 commit comments

Comments
 (0)