File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
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'
104
101
run : |
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
102
+ python 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
106
103
107
104
- name : Push to the devfile/devfile-web repo
108
105
working-directory : devfile-web-repo/
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'
37
34
run : |
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
35
+ python 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
39
36
40
37
- name : Push to the devfile/devfile-web repo
41
38
working-directory : devfile-web-repo/
You can’t perform that action at this time.
0 commit comments