File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments