Skip to content

Commit d2ae1ae

Browse files
wip: replace uploadArchives task with publish
1 parent 0445eb0 commit d2ae1ae

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 uploadArchives --console plain
93+
./gradlew coveralls publish --console plain
9494
9595
publish:
9696
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)