File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3838 permissions :
3939 contents : write
4040 with :
41- create_release : ${{ (github.event_name == 'workflow_dispatch' && inputs.create_release) || (github.event_name == 'push') }}
41+ create_release : " true"
42+ # ${{ (github.event_name == 'workflow_dispatch' && inputs.create_release) || (github.event_name == 'push') }}
43+ # TODO(mgovers): revert back to original
4244
4345 check-code-quality :
4446 uses : " ./.github/workflows/check-code-quality.yml"
6062 contents : write
6163 id-token : write # Required for Trusted Publishing
6264 needs : build-test-release
63- if : (github.event_name == 'workflow_dispatch' && inputs.create_release) || github.event_name == 'push'
65+ # if: (github.event_name == 'workflow_dispatch' && inputs.create_release) || github.event_name == 'push'
66+ # TODO(mgovers): revert back to original
6467
6568 steps :
6669 - name : Download assets from GitHub release
You can’t perform that action at this time.
0 commit comments