Skip to content

Commit

Permalink
Update publish_android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Aug 11, 2024
1 parent 8fa383b commit 34718b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
- name: Make gradle executable
run: chmod +x ./gradlew

- name: Clean & Build
run: ./gradlew :daraja:clean :daraja:build --stacktrace

- name: Sign and Publish Android Library
run: ./gradlew :daraja:publishAndroidReleasePublicationToSonatypeRepository --max-workers 1 --stacktrace
env:
Expand All @@ -74,6 +77,7 @@ jobs:
POM_VERSION: ${{ github.event.inputs.androidVersionName }}
POM_NAME: ${{ secrets.POM_NAME }}
POM_DESCRIPTION: ${{ secrets.POM_DESCRIPTION }}
POM_GROUPID: ${{ secrets.POM_GROUPID }}
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 34718b6

Please sign in to comment.