Skip to content

Commit

Permalink
Fix: Github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasdc3 committed Nov 18, 2020
1 parent b33fff1 commit 6252bb7
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:
ORG_GRADLE_PROJECT_SIGNING_PRIVATE_KEY: ${{ secrets.GPG_SECRET_KEYS }}

- name: Publish release
run: ./gradlew closeAndReleaseRepoistory --no-daemon --no-parallel
run: ./gradlew closeAndReleaseRepository --no-daemon --no-parallel
env:
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 comments on commit 6252bb7

Please sign in to comment.