Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 21, 2023
1 parent 8ab8c84 commit 8060fc1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,4 @@ jobs:

- run: ./gradlew exportVersion -PisSnapshot=false

- run: |
./gradlew \
publishAndroidLibraryPublicationToMavenRepository \
-PossrhUsername="${{ secrets.OSSR_USERNAME }}" \
-PossrhPassword="${{ secrets.OSSR_PASSWORD }}" \
-PsigningKey="${{ secrets.SIGNING_KEY }}" \
-PsigningPassword="${{ secrets.SIGNING_PASSWORD }}" \
-PisSnapshot=false"
- run: ./gradlew publishAndroidLibraryPublicationToMavenRepository -PossrhUsername="${{ secrets.OSSR_USERNAME }}" -PossrhPassword="${{ secrets.OSSR_PASSWORD }}" -PsigningKey="${{ secrets.SIGNING_KEY }}" -PsigningPassword="${{ secrets.SIGNING_PASSWORD }}" -PisSnapshot=false"

0 comments on commit 8060fc1

Please sign in to comment.