Skip to content

Commit

Permalink
Rename the script name to publish_apple_android_jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Nov 9, 2023
1 parent 2d2e819 commit af02810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: always()

- name: Publish to MavenCentral
run: ./publish_apple_android.sh
run: ./publish_apple_android_jvm.sh

build-on-windows:
runs-on: windows-latest
Expand Down
4 changes: 2 additions & 2 deletions publish_apple_android.sh → publish_apple_android_jvm.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Publish artifacts on macOS env
./gradlew :sqllin-driver:publishAllPublicationsToMavenRepository
./gradlew :sqllin-dsl:publishAllPublicationsToMavenRepository
./gradlew :sqllin-driver:publishAllPublicationsToMavenRepository -PonCICD
./gradlew :sqllin-dsl:publishAllPublicationsToMavenRepository -PonCICD

0 comments on commit af02810

Please sign in to comment.