Skip to content

Commit 06bd304

Browse files
committed
build: remove unnecessary publish flag from Gradle command in CI configuration
1 parent 4cff53d commit 06bd304

2 files changed

Lines changed: 1 addition & 25 deletions

File tree

.github/workflows/publish_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_SIGNING_KEY}}
3030
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_SIGNING_KEY_ID }}
3131
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_SIGNING_PASS_WORD }}
32-
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PisPublish=true -PversionName=$VERSION_NAME
32+
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PversionName=$VERSION_NAME

floatingx_compose/src/androidTest/java/com/petterp/floatingx/compose/ExampleInstrumentedTest.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)