Skip to content

Commit

Permalink
ci: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Nov 12, 2024
1 parent ecbff2b commit 73d1ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# used for checking the tag
PACKAGE_VERSION_WITH_NAME=$(echo "mater-cli-v$PACKAGE_VERSION")
if [[ "$PACKAGE_VERSION" != "$GITHUB_REF_NAME" ]]; then
if [[ "$PACKAGE_VERSION_WITH_NAME" != "$GITHUB_REF_NAME" ]]; then
exit 1;
fi
Expand Down

0 comments on commit 73d1ce0

Please sign in to comment.