Skip to content

Commit

Permalink
wip: replace uploadArchives task with publish
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Dec 30, 2024
1 parent 0445eb0 commit d2ae1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Check on success
if: always() && steps.unit_tests.outcome == 'success'
run: |
./gradlew coveralls uploadArchives --console plain
./gradlew coveralls publish --console plain
publish:
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d2ae1ae

Please sign in to comment.