Skip to content

Commit 0d3f18f

Browse files
authored
Update echo message in Maven build workflow
1 parent 4389a29 commit 0d3f18f

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)