Skip to content

Commit 119d034

Browse files
authored
Update build completion message in Maven workflow
1 parent b7d9b2a commit 119d034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
- name: Build with Maven
6767
run: |
6868
./mvnw clean install -B -q ${{ matrix.maven_profile }}
69-
echo "done"
69+
echo "done."

0 commit comments

Comments
 (0)