Skip to content

Commit 6252bb7

Browse files
committed
Fix: Github release action
1 parent b33fff1 commit 6252bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ORG_GRADLE_PROJECT_SIGNING_PRIVATE_KEY: ${{ secrets.GPG_SECRET_KEYS }}
2828

2929
- name: Publish release
30-
run: ./gradlew closeAndReleaseRepoistory --no-daemon --no-parallel
30+
run: ./gradlew closeAndReleaseRepository --no-daemon --no-parallel
3131
env:
3232
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
3333
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)