Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 6a15120

Browse files
committed
Fix snapshots
1 parent aac7870 commit 6a15120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SonatypeUsername }}
5050
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SonatypePassword }}
5151
run: |
52-
./gradlew publish
52+
./gradlew publish -x dokkaHtml --no-configuration-cache
5353
if: success() && github.ref == 'refs/heads/main' && github.event_name != 'pull_request'

0 commit comments

Comments
 (0)