Skip to content

Commit 471a30a

Browse files
committed
Fix gradle command
1 parent 68c13c1 commit 471a30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
4242
with:
4343
gradle-version: wrapper
44-
- run: ./gradlew --no-daemon --info build publish koverXmlReport-x :benchmark:benchmark
44+
- run: ./gradlew --no-daemon --info build publish koverXmlReport -x :benchmark:benchmark
4545
- name: Upload coverage reports to Codecov
4646
uses: codecov/codecov-action@v4
4747
with:

0 commit comments

Comments
 (0)