Skip to content

Commit

Permalink
Fix deployment (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l committed Jan 1, 2024
1 parent 5f8ab0c commit 6c96faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 17

- name: Publish to MavenCentral
run: ./gradlew compose_recyclerview:publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
run: ./gradlew compose-recyclerview:publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 6c96faf

Please sign in to comment.