Skip to content

Commit d0fefb8

Browse files
- Updated dry-run.yml to use publishToMavenLocal instead of publishAllPublicationsToMavenLocal.
1 parent 1c115b2 commit d0fefb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Publish to Local Directory
2121
# We redirect the "mavenLocal" output to a specific folder we can grab
2222
run: |
23-
./gradlew publishAllPublicationsToMavenLocal \
23+
./gradlew publishToMavenLocal \
2424
-Dmaven.repo.local=./build/local-repo \
2525
--no-configuration-cache
2626
env:

0 commit comments

Comments
 (0)