From e62941cfc3fff6ac76f220214993333cc283acd7 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Fri, 2 Aug 2024 16:54:20 -0600 Subject: [PATCH] Update stage.yml --- .github/workflows/stage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 6000a40..c916798 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -3,7 +3,7 @@ name: Validate and stage release on: workflow_dispatch: inputs: - expected-version: + version: type: string description: The version to publish required: true @@ -39,7 +39,7 @@ jobs: - name: Get project info uses: MOEAFramework/.github/actions/get-project-info@main with: - expected-version: ${{ inputs.expected-version }} + expected-version: ${{ inputs.version }} skip-validation: ${{ inputs.skip-validation }} - name: Build and stage Maven artifacts if: ${{ inputs.publish-maven }}