Skip to content

Commit 8e5d13d

Browse files
committed
added missing trailing newline
1 parent 70b00c5 commit 8e5d13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
${{ runner.os }}-maven-
1919
- name: Build
2020
id: build
21-
run: mvn -B clean verify
21+
run: mvn -B clean verify

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ jobs:
126126
upload_url: ${{ steps.create_release.outputs.upload_url }}
127127
asset_path: target/kafka-connect-arangodb-${{ steps.deploy.outputs.version }}-javadoc.jar.asc
128128
asset_name: kafka-connect-arangodb-${{ steps.deploy.outputs.version }}-javadoc.jar.asc
129-
asset_content_type: text/plain
129+
asset_content_type: text/plain

0 commit comments

Comments
 (0)