Skip to content

Commit b2c986f

Browse files
committed
Indentation
1 parent 6a85cd3 commit b2c986f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242

4343
- name: Build with Maven
4444
run: |
45-
mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
46-
gpg --verify javasdk-0.1.0-SNAPSHOT-sources.jar.asc javasdk-0.1.0-SNAPSHOT-sources.jar
45+
mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
46+
gpg --verify javasdk-0.1.0-SNAPSHOT-sources.jar.asc javasdk-0.1.0-SNAPSHOT-sources.jar
4747
4848
- name: Upload coverage to Codecov
4949
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)