[KYUUBI #636] Add kyuubi-extension-spark_3.1 in release script
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/NetEase/kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> Make `kyuubi-extension-spark_3.1` module packaged during release. ### _How was this patch tested?_ Closes #636 from ulysses-you/release-script. Closes #636 363f74b5 [ulysses-you] fix Authored-by: ulysses-you <ulyssesyou18@gmail.com> Signed-off-by: ulysses-you <ulyssesyou18@gmail.com>
This commit is contained in:
parent
e77ea13c6d
commit
42d57e9bd8
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -39,11 +39,11 @@ jobs:
|
||||
- name: Make Distribution -Pspark-3.0 -Pspark-hadoop-3.2
|
||||
run: ./build/dist --tgz -Pspark-3.0 -Pspark-hadoop-3.2
|
||||
- name: Make Distribution -Pspark-3.1 -Pspark-hadoop-2.7
|
||||
run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-2.7
|
||||
run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-2.7 -Pkyuubi-extension-spark_3.1
|
||||
- name: Make Distribution -Pspark-3.1 -Pspark-hadoop-3.2
|
||||
run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-3.2
|
||||
run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-3.2 -Pkyuubi-extension-spark_3.1
|
||||
- name: Make Distribution --spark-provided
|
||||
run: ./build/dist --tgz --spark-provided
|
||||
run: ./build/dist --tgz --spark-provided -Pkyuubi-extension-spark_3.1
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user