Skip to content

Commit 7fcb36f

Browse files
wip: remove uploadArchives task
1 parent 753e5a9 commit 7fcb36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Check on success
9191
if: always() && steps.unit_tests.outcome == 'success'
9292
run: |
93-
./gradlew coveralls publish --console plain
93+
./gradlew coveralls --console plain
9494
9595
publish:
9696
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)