Skip to content

Commit

Permalink
fix github cicd workflow publish to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
TorryDo committed Jul 8, 2023
1 parent 3aeb439 commit e9021aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish-maven-central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: chmod +x ./gradlew

# Decode the secring file
- name: Decode Keystore File
- name: Decode Secring File
id: decode_secring
uses: timheuer/[email protected]
with:
Expand All @@ -43,10 +43,9 @@ jobs:

# Build bundle and publish to Maven Central
- name: Build & publish to Maven Central
run: ./gradlew
run: ./gradlew publish --no-daemon --no-parallel
-PmavenCentralUsername=${{ secrets.MAVEN_CENTRAL_USERNAME }}
-PmavenCentralPassword=${{ secrets.MAVEN_CENTRAL_PASSWORD }}
-PsigningKeyId=${{ secrets.SIGNING_KEY_ID }}
-PsigningPassword=${{ secrets.SIGNING_PASSWORD }}
-PsigningSecretKeyRingFile="../${{ steps.decode_secring.outputs.filePath }}"
publishBundle --max-workers 1
-Psigning.keyId=${{ secrets.SIGNING_KEY_ID }}
-Psigning.password=${{ secrets.SIGNING_PASSWORD }}
-Psigning.secretKeyRingFile="../${{ steps.decode_secring.outputs.filePath }}"
1 change: 0 additions & 1 deletion FloatingBubbleView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ android {

composeOptions{
kotlinCompilerExtensionVersion "1.3.2"
kotlinCompilerVersion '1.3.2'
}

}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An Android library that adds floating bubbles to your home screen 🎨, supports

| 🍀 Bubble 🎨 | 🔥 Custom 💘 |
| :-: | :-: |
| <img src="https://github.com/TorryDo/assets/blob/main/floating_bubble_view/demo/bubble.gif" height="600"> | <img src="https://github.com/TorryDo/assets/blob/main/floating_bubble_view/demo/custom_view.gif" height="600"> |
| <img src="https://github.com/TorryDo/assets/blob/main/floating_bubble_view/demo/bubble.gif" height="600" width="272"> | <img src="https://github.com/TorryDo/assets/blob/main/floating_bubble_view/demo/custom_view.gif" height="600" width="276"> |


</div>
Expand Down

0 comments on commit e9021aa

Please sign in to comment.