Skip to content

Commit

Permalink
wip: try pass gradle params for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Manrich121 committed Feb 19, 2024
1 parent 3f6ee71 commit 8fe21bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ jobs:
jvmVersion: 17
versionBaseProperty: LIBRARY_VERSION
publishTask: kmmBridgePublish publishKotlinMultiplatformPublicationToGitHubPackagesRepository publishAndroidDebugPublicationToGitHubPackagesRepository publishAndroidReleasePublicationToGitHubPackagesRepository
# secrets:
secrets:
gradle_params: |
-PsigningInMemoryKey=${{ secrets.SIGNING_PASSWORD }}
-PsigningInMemoryKeyId=${{ secrets.SIGNING_KEY_ID }}
-PsigningInMemoryKeyPassword=${{ secrets.SIGNING_PASSWORD }}
# PODSPEC_SSH_KEY: ${{ secrets.PODSPEC_SSH_KEY }}
3 changes: 1 addition & 2 deletions allshared/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
POM_ARTIFACT_ID = allshared
POM_NAME = PowerSync iOS Framework
RELEASE_SIGNING_ENABLED = false
POM_NAME = PowerSync iOS Framework

0 comments on commit 8fe21bd

Please sign in to comment.