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 20
20
21
21
jobs :
22
22
get-version :
23
- uses : ./.github/workflows/get_semantic_release_version.yaml
23
+ uses : ./.github/workflows/get_semantic_release_version.yml
24
24
with :
25
25
custom_version : ${{ github.event.inputs.custom_version }}
26
26
token : ${{ github.event.inputs.token }}
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
get-version :
20
- uses : ./.github/workflows/get_semantic_release_version.yaml
20
+ uses : ./.github/workflows/get_semantic_release_version.yml
21
21
with :
22
22
custom_version : ${{ github.event.inputs.custom_version }}
23
23
token : ${{ github.event.inputs.token }}
24
24
25
25
publish-python-sdk :
26
- uses : ./.github/workflows/publish_python_sdk.yaml
26
+ uses : ./.github/workflows/publish_python_sdk.yml
27
27
with :
28
28
custom_version : ${{ github.event.inputs.custom_version }}
29
29
token : ${{ github.event.inputs.token }}
30
30
31
31
build-publish-docker-images :
32
- uses : ./.github/workflows/publish_images.yaml
32
+ uses : ./.github/workflows/publish_images.yml
33
33
needs : [ get-version, publish-python-sdk ]
34
34
with :
35
35
custom_version : ${{ github.event.inputs.custom_version }}
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
get-version :
17
- uses : ./.github/workflows/get_semantic_release_version.yaml
17
+ uses : ./.github/workflows/get_semantic_release_version.yml
18
18
with :
19
19
custom_version : ${{ github.event.inputs.custom_version }}
20
20
token : ${{ github.event.inputs.token }}
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
get-version :
17
- uses : ./.github/workflows/get_semantic_release_version.yaml
17
+ uses : ./.github/workflows/get_semantic_release_version.yml
18
18
with :
19
19
custom_version : ${{ github.event.inputs.custom_version }}
20
20
token : ${{ github.event.inputs.token }}
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
get-version :
17
- uses : ./.github/workflows/get_semantic_release_version.yaml
17
+ uses : ./.github/workflows/get_semantic_release_version.yml
18
18
with :
19
19
custom_version : ${{ github.event.inputs.custom_version }}
20
20
token : ${{ github.event.inputs.token }}
23
23
if : github.repository == 'feast-dev/feast'
24
24
container : maven:3.6-jdk-11
25
25
runs-on : ubuntu-latest
26
- needs : [ get-version, publish-python-sdk ]
26
+ needs : [ get-version ]
27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
with :
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
get-version :
17
- uses : ./.github/workflows/get_semantic_release_version.yaml
17
+ uses : ./.github/workflows/get_semantic_release_version.yml
18
18
with :
19
19
custom_version : ${{ github.event.inputs.custom_version }}
20
20
token : ${{ github.event.inputs.token }}
You can’t perform that action at this time.
0 commit comments