Skip to content

Commit

Permalink
Fix text in version validation. (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodiam authored Oct 26, 2024
1 parent 951ff16 commit 0f09cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Validation for release version
run: |
echo "Validating that release version ${{ github.event.inputs.tag }} is a version in the correct format according to semver (MAJOR.MINOR.PATCH)"
echo "Validating that release version ${{ github.event.inputs.release_version }} is a version in the correct format according to semver (MAJOR.MINOR.PATCH)"
echo "${{ github.event.inputs.release_version }}" | grep -P '^2\.[0-9]+\.[0-9]+$'
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0f09cee

Please sign in to comment.