Skip to content

Commit

Permalink
fix typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Feb 10, 2021
1 parent c0072fe commit 34a39cf
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 @@ -28,7 +28,7 @@ jobs:
ORG_GRADLE_PROJECT_SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}

- 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_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}

0 comments on commit 34a39cf

Please sign in to comment.