File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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
+ working-directory : devfile-web-repo/
101
102
run : |
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
103
+ python . /python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
103
104
104
105
- name : Push to the devfile/devfile-web repo
105
106
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
+ working-directory : devfile-web-repo/
34
35
run : |
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
36
+ python . /python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
36
37
37
38
- name : Push to the devfile/devfile-web repo
38
39
working-directory : devfile-web-repo/
You can’t perform that action at this time.
0 commit comments