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 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'
101104 run : |
102105 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
103106
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'
3437 run : |
3538 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
3639
You can’t perform that action at this time.
0 commit comments