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 9898 run : echo ::set-output name=version::$(cat api-repo/schemas/latest/jsonSchemaVersion.txt)
9999
100100 - name : Publish the new version on devfile-web
101- uses : actions/setup-python@v4
102- with :
103- python-version : ' 3.9'
104101 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
106103
107104 - name : Push to the devfile/devfile-web repo
108105 working-directory : devfile-web-repo/
Original file line number Diff line number Diff line change 3131 run : echo ::set-output name=version::$(cat api-repo/schemas/latest/jsonSchemaVersion.txt)
3232
3333 - name : Release new version on devfile-web
34- uses : actions/setup-python@v4
35- with :
36- python-version : ' 3.9'
3734 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
3936
4037 - name : Push to the devfile/devfile-web repo
4138 working-directory : devfile-web-repo/
You can’t perform that action at this time.
0 commit comments