Skip to content

Commit

Permalink
fix: if space
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Aug 27, 2024
1 parent 6264eff commit 9d99c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "LZ_VERSION=$LZ_VERSION"
echo "GIT_TAG=$GIT_TAG"
if [[ "$CM_VERSION" != "$GIT_TAG" || "$LZ_VERSION" != "$GIT_TAG"]]; then
if [[ "$CM_VERSION" != "$GIT_TAG" || "$LZ_VERSION" != "$GIT_TAG" ]]; then
echo "Version mismatch! Please correct package versions"
exit 1
else
Expand Down

0 comments on commit 9d99c5c

Please sign in to comment.