File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run :
4848 shell : bash -el {0}
4949 steps :
50+ - name : validate build-ctk
51+ run : |
52+ if [ ! "${{ inputs.build-ctk-ver }}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]; then
53+ echo "error: `build-ctk-ver` ${{ inputs.build-ctk-ver }} version does not match MAJOR.MINOR.MICRO" >&2
54+ exit 1
55+ fi
5056 - name : Checkout ${{ github.event.repository.name }}
5157 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5258 with :
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ jobs:
135135 needs :
136136 - check-tag
137137 - determine-run-id
138+ - doc
138139 secrets : inherit
139140 uses : ./.github/workflows/release-upload.yml
140141 with :
@@ -148,6 +149,7 @@ jobs:
148149 needs :
149150 - check-tag
150151 - determine-run-id
152+ - doc
151153 environment :
152154 name : ${{ inputs.wheel-dst }}
153155 url : https://${{ (inputs.wheel-dst == 'testpypi' && 'test.') || '' }}pypi.org/p/${{ inputs.component }}/
You can’t perform that action at this time.
0 commit comments