We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cff53d commit 06bd304Copy full SHA for 06bd304
2 files changed
.github/workflows/publish_maven.yml
@@ -29,4 +29,4 @@ jobs:
29
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_SIGNING_KEY}}
30
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_SIGNING_KEY_ID }}
31
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_SIGNING_PASS_WORD }}
32
- run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PisPublish=true -PversionName=$VERSION_NAME
+ run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PversionName=$VERSION_NAME
floatingx_compose/src/androidTest/java/com/petterp/floatingx/compose/ExampleInstrumentedTest.kt
0 commit comments