diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index 79b2ced3bb..7a2a146850 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -21,7 +21,7 @@ on: env: GITHUB_TOKEN: ${{ github.token }} - IS_RELEASE: ${{ github.event_name == 'workflow_dispatch' }} + IS_RELEASE: true IS_PUSH: ${{ github.event_name == 'push' }} REF: ${{ inputs.target_branch =='' && github.ref_name || inputs.target_branch}} ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true