Skip to content

Commit

Permalink
fix release publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksei Trafimchyk committed Jul 6, 2023
1 parent 3725eb8 commit d95b9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ./gradlew detektAll ktlintCheck lintRelease

- name: Publish to Sonatype
run: ./gradlew publishAllPublicationsToMavenCentralRepository closeAndReleaseRepository
run: ./gradlew publishAllPublicationsToMavenCentralRepository
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.OSSRH_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit d95b9fb

Please sign in to comment.