File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288288 determine_milestone_id :
289289 runs-on : ubuntu-latest
290290 needs : [lib_release, pre_config]
291- if : ${{ !contains(needs.pre_config.outputs.version, '-') }}
291+ if : ${{ !contains(needs.pre_config.outputs.version, '-') && false }}
292292 outputs :
293293 old_milestone_version : ${{ steps.extract_version.outputs.old_milestone_version }}
294294 new_milestone_version : ${{ steps.extract_version.outputs.new_milestone_version }}
@@ -311,7 +311,7 @@ jobs:
311311 runs-on : ubuntu-latest
312312 needs : [determine_milestone_id, pre_config]
313313 if : ${{ !contains(needs.pre_config.outputs.version, 'rc') &&
314- endsWith(needs.pre_config.outputs.version, '.0') }}
314+ endsWith(needs.pre_config.outputs.version, '.0') && false }}
315315 environment : release
316316 env :
317317 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments