diff --git a/action.yml b/action.yml index bc8fec6be..7a2120fbf 100644 --- a/action.yml +++ b/action.yml @@ -110,7 +110,7 @@ runs: - name: Build Release id: build-release run: | - if [[ 0 ]]; then + if false; then #if [[ "${{ inputs.release }}" == "true" ]]; then echo ::group::Build Release