Skip to content

Commit

Permalink
Fix release workflow (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren authored Jun 28, 2024
1 parent 286c57b commit c7adbd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Publish
run: |
./gradlew
publishToMavenCentral
publishPlugins
--no-configuration-cache
-Dorg.gradle.internal.http.socketTimeout=120000
-Dorg.gradle.internal.network.retry.max.attempts=1
./gradlew \
publishToMavenCentral \
publishPlugins \
--no-configuration-cache \
-Dorg.gradle.internal.http.socketTimeout=120000 \
-Dorg.gradle.internal.network.retry.max.attempts=1
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USER }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit c7adbd6

Please sign in to comment.