Skip to content

Commit

Permalink
Is it this???
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Feb 10, 2025
1 parent 64bf690 commit 1c31e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: major-ver
run: |
echo ${{ steps.extract_version.outputs.version }}
if [[ "${{ steps.extract_version.outputs.version }}" =~ "^[0-9]+\.0\.0(-alpha\.[0-9]+)?$" ]]; then
if [[ "${{ steps.extract_version.outputs.version }}" =~ "^[0-9]+\.0\.0(\-alpha\.[0-9]+)?$" ]]; then
echo "This is a major version"
echo "match=true" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit 1c31e10

Please sign in to comment.