File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 98
98
run : echo ::set-output name=version::$(cat api-repo/schemas/latest/jsonSchemaVersion.txt)
99
99
100
100
- name : Publish the new version on devfile-web
101
+ uses : actions/setup-python@v4
102
+ with :
103
+ python-version : ' 3.9'
101
104
run : |
102
105
py devfile-web-repo/python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
103
106
Original file line number Diff line number Diff line change 31
31
run : echo ::set-output name=version::$(cat api-repo/schemas/latest/jsonSchemaVersion.txt)
32
32
33
33
- name : Release new version on devfile-web
34
+ uses : actions/setup-python@v4
35
+ with :
36
+ python-version : ' 3.9'
34
37
run : |
35
38
py devfile-web-repo/python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
36
39
You can’t perform that action at this time.
0 commit comments