Skip to content

Commit 3d7b104

Browse files
committed
separating gradle build to different action
1 parent 382d863 commit 3d7b104

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/publish_dev_version.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,7 @@ jobs:
6363
- name: Deploy to GH Packages with Gradle
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66-
run: |
67-
./gradlew
68-
-Pspark=${{ matrix.spark }}
69-
-Pscala=${{ matrix.scala }}
70-
-PskipScalaTuplesInKotlin=${{ !(matrix.spark == '3.0.0' || matrix.scala == '2.13.8' && matrix.spark == '3.2.0') }}
71-
clean
72-
publishMavenPublicationToGitHubPackagesRepository
73-
--debug
74-
--scan
66+
run: ./gradlew -Pspark=${{ matrix.spark }} -Pscala=${{ matrix.scala }} -PskipScalaTuplesInKotlin=${{ !(matrix.spark == '3.0.0' || matrix.scala == '2.13.8' && matrix.spark == '3.2.0') }} clean publishMavenPublicationToGitHubPackagesRepository --debug --scan
7567

7668

7769

0 commit comments

Comments
 (0)