diff --git a/.github/workflows/cloud-release.yml b/.github/workflows/cloud-release.yml index 428e3d0a9f4..5a8538be250 100644 --- a/.github/workflows/cloud-release.yml +++ b/.github/workflows/cloud-release.yml @@ -7,14 +7,14 @@ on: inputs: tag: description: 'Tag for manual release' - required: true - default: 'latest' + required: false + default: '' env: # Common versions GO_VERSION: "1.20" DEFAULT_OWNER: "labring" - TAG: ${{ github.event.inputs.tag || github.event.release.tag_name }} + TAG: ${{ github.event.inputs.tag || github.event.release.tag_name }} jobs: save-sealos: