Skip to content

Commit

Permalink
Update DEPLOY.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored Sep 26, 2023
1 parent a480606 commit 8e4d379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DEPLOY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- { name: Prepare Gradle, uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc } # v2.8.0
- run: sudo apt-get install xvfb
- run: xvfb-run --auto-servernum ./gradlew --no-daemon checkReleasingMavenCentral
- run: xvfb-run --auto-servernum ./gradlew --no-daemon publishWasmPublicationToMavenRepository publishJsPublicationToMavenRepository publishAndroidPublicationToMavenRepository
- run: xvfb-run --auto-servernum ./gradlew --no-daemon publishWasmJsPublicationToMavenRepository publishJsPublicationToMavenRepository publishAndroidPublicationToMavenRepository

publish-finalize:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e4d379

Please sign in to comment.