Skip to content

Commit

Permalink
fix: version verification 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderkranz authored Jan 4, 2024
1 parent 1aa3a9c commit d18d2a5
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 @@ -86,6 +86,6 @@ jobs:

- name: 'Verify release'
run: |
ls-la && cat .release-version
ls -la && cat .release-version
cat .release-version 2> /dev/null | head -n 1 | grep -E '^\d+\.\d+\.\d+$' || \
(echo "Release is not successful." && exit 1)

0 comments on commit d18d2a5

Please sign in to comment.