Skip to content

Commit

Permalink
ci: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Oct 24, 2023
1 parent 9deba7d commit 836d6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Build with Grade
run: ./gradlew --no-daemon build
run: ./gradlew build
- name: Publish to the Maven Central Repository
run: ./gradlew --no-daemon --max-workers=1 publish closeAndReleaseStagingRepository
run: ./gradlew --max-workers=1 publish closeAndReleaseStagingRepository
env:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 836d6f5

Please sign in to comment.