We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea861bb commit e5be00bCopy full SHA for e5be00b
1 file changed
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
if: startsWith(github.ref, 'refs/tags/')
76
run: |
77
./gradlew build -x test -x lint
78
- ./gradlew :iconics-core:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
+ # ./gradlew :iconics-core:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
79
./gradlew :iconics-typeface-api:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
80
./gradlew :iconics-views:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
81
./gradlew :iconics-compose:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
0 commit comments