diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index c326d12..638ebdf 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -3,18 +3,18 @@ on: push: branches: - main - workflow_dispatch: - inputs: - VERSION: - type: string - description: "Image Version" - required: true - default: "0.2.5" - LANTERN_VERSION: - type: string - description: "Lantern Version" - required: true - default: "0.3.4" + workflow_dispatch: + inputs: + VERSION: + type: string + description: "Image Version" + required: true + default: "0.2.5" + LANTERN_VERSION: + type: string + description: "Lantern Version" + required: true + default: "0.3.4" env: VERSION: ${{ github.event.inputs.VERSION || '0.2.5' }} LANTERN_VERSION: ${{ github.event.inputs.LANTERN_VERSION || '0.3.4' }}