Skip to content

Commit

Permalink
Merge pull request #128 from VictorKabata/fix-kmp-deployment
Browse files Browse the repository at this point in the history
Set up artifact_id in deployment workflow
  • Loading branch information
VictorKabata authored Sep 2, 2024
2 parents ee15568 + 49b8bfe commit 715d506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_kmp_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
run: ./gradlew :daraja:allTests --stacktrace

- name: Sign and Publish Android Library
run: ./gradlew :daraja:publishAllPublicationsToSonatypeRepository --max-workers 1 --stacktrace
run: ./gradlew clean publishAllPublicationsToSonatypeRepository --max-workers 1 --stacktrace
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
POM_VERSION: ${{ github.event.inputs.versionName }}
POM_NAME: ${{ secrets.POM_NAME }}
POM_DESCRIPTION: ${{ secrets.POM_DESCRIPTION }}
POM_GROUPID: ${{ secrets.POM_GROUPID }}
POM_ARTIFACTID: ${{secrets.POM_ARTIFACTID}}
POM_URL: ${{ secrets.POM_URL }}
POM_DEVELOPER_ID: ${{ secrets.POM_DEVELOPER_ID }}
POM_DEVELOPER_NAME: ${{ secrets.POM_DEVELOPER_NAME }}
Expand Down

0 comments on commit 715d506

Please sign in to comment.