Skip to content

Commit

Permalink
ci: hotfixing release workflow (directly to main)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasims committed Nov 21, 2024
1 parent 4db1612 commit 20e2d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-mia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
VERSION=$(echo "${{ github.ref_name }}" | grep -E "^mia-[0-9]+.[0-9]+.[0-9]+$")
if [[ -z $VERSION ]]; then
echo "Ref is not a MIA release tag."
echo "To create MIA release, use tag names like `mia-0.1.0``."
echo "To create MIA release, use tag names like 'mia-0.1.0'."
exit 1;
fi
echo "VERSION=$VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 20e2d33

Please sign in to comment.