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