Skip to content

Commit

Permalink
Update stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Aug 2, 2024
1 parent 9f8c1b4 commit e62941c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit e62941c

Please sign in to comment.