Skip to content

Commit

Permalink
log version on validation failed
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev authored Nov 27, 2024
1 parent 3cf7e3e commit 896919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Validate version format
run: |
if [[ ! "${VERSION}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "Error: Version format is incorrect. It should match N.N.N where N is an integer."
echo "Error: Version = '${VERSION}' format is incorrect. It should match N.N.N where N is an integer."
exit 1
fi
shell: bash
Expand Down

0 comments on commit 896919b

Please sign in to comment.