Skip to content

Commit 5fe610d

Browse files
committed
remove explicit dokkaJavadocJar step from snapshot publishing
1 parent 0f682a1 commit 5fe610d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main-updated.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
- name: check out
3131
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232

33-
- name: Dokka & JavadocJar
34-
uses: rickbusarow/actions/gradle-task@bf0940965387f10bcb8b6699a79499d18167dfbe # v1
35-
with:
36-
task: dokkaJavadocJar
37-
restore-cache-key: main-build-artifacts
38-
3933
- name: Publish Snapshots
4034
uses: rickbusarow/actions/gradle-task@bf0940965387f10bcb8b6699a79499d18167dfbe # v1
4135
with:

0 commit comments

Comments
 (0)