File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020
2121jobs :
2222 get-version :
23- uses : ./.github/workflows/get_semantic_release_version.yaml
23+ uses : ./.github/workflows/get_semantic_release_version.yml
2424 with :
2525 custom_version : ${{ github.event.inputs.custom_version }}
2626 token : ${{ github.event.inputs.token }}
Original file line number Diff line number Diff line change 1717
1818jobs :
1919 get-version :
20- uses : ./.github/workflows/get_semantic_release_version.yaml
20+ uses : ./.github/workflows/get_semantic_release_version.yml
2121 with :
2222 custom_version : ${{ github.event.inputs.custom_version }}
2323 token : ${{ github.event.inputs.token }}
2424
2525 publish-python-sdk :
26- uses : ./.github/workflows/publish_python_sdk.yaml
26+ uses : ./.github/workflows/publish_python_sdk.yml
2727 with :
2828 custom_version : ${{ github.event.inputs.custom_version }}
2929 token : ${{ github.event.inputs.token }}
3030
3131 build-publish-docker-images :
32- uses : ./.github/workflows/publish_images.yaml
32+ uses : ./.github/workflows/publish_images.yml
3333 needs : [ get-version, publish-python-sdk ]
3434 with :
3535 custom_version : ${{ github.event.inputs.custom_version }}
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 get-version :
17- uses : ./.github/workflows/get_semantic_release_version.yaml
17+ uses : ./.github/workflows/get_semantic_release_version.yml
1818 with :
1919 custom_version : ${{ github.event.inputs.custom_version }}
2020 token : ${{ github.event.inputs.token }}
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 get-version :
17- uses : ./.github/workflows/get_semantic_release_version.yaml
17+ uses : ./.github/workflows/get_semantic_release_version.yml
1818 with :
1919 custom_version : ${{ github.event.inputs.custom_version }}
2020 token : ${{ github.event.inputs.token }}
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 get-version :
17- uses : ./.github/workflows/get_semantic_release_version.yaml
17+ uses : ./.github/workflows/get_semantic_release_version.yml
1818 with :
1919 custom_version : ${{ github.event.inputs.custom_version }}
2020 token : ${{ github.event.inputs.token }}
2323 if : github.repository == 'feast-dev/feast'
2424 container : maven:3.6-jdk-11
2525 runs-on : ubuntu-latest
26- needs : [ get-version, publish-python-sdk ]
26+ needs : [ get-version ]
2727 steps :
2828 - uses : actions/checkout@v4
2929 with :
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 get-version :
17- uses : ./.github/workflows/get_semantic_release_version.yaml
17+ uses : ./.github/workflows/get_semantic_release_version.yml
1818 with :
1919 custom_version : ${{ github.event.inputs.custom_version }}
2020 token : ${{ github.event.inputs.token }}
You can’t perform that action at this time.
0 commit comments