We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079d3c0 commit e869f33Copy full SHA for e869f33
1 file changed
.github/workflows/release.yml
@@ -34,10 +34,10 @@ jobs:
34
key: ${{ runner.os }}-mvn-build-${{ hashFiles('**/pom.xml') }}
35
restore-keys: |
36
${{ runner.os }}-mvn-build-
37
-
+
38
- name: Build with Maven
39
run: ./mvnw -B clean package -T2C
40
41
- name: Check for uncommited changes
42
run: |
43
if [[ "$(git status --porcelain)" != "" ]]; then
0 commit comments