Skip to content

Commit

Permalink
Validate expected version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Aug 2, 2024
1 parent 49850e0 commit 9f8c1b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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:
version:
expected-version:
type: string
description: The version to publish
required: true
Expand Down Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Get project info
uses: MOEAFramework/.github/actions/get-project-info@main
with:
expected-version: ${{ inputs.expected-version }}
skip-validation: ${{ inputs.skip-validation }}
- name: Build and stage Maven artifacts
if: ${{ inputs.publish-maven }}
Expand Down

0 comments on commit 9f8c1b4

Please sign in to comment.