Skip to content

Commit

Permalink
trying to publish remaining components
Browse files Browse the repository at this point in the history
  • Loading branch information
rvenky125 committed Apr 17, 2024
1 parent 37ac290 commit bc88094
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publishToMC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build
run: ./gradlew build

- name: Publish Library on Maven Central 🚀
run: ./gradlew publishKotlinMultiplatformPublicationToMavenCentralRepository --no-configuration-cache
env:
Expand Down

0 comments on commit bc88094

Please sign in to comment.