Skip to content

Commit 3e5e0b6

Browse files
Fix control
1 parent 4cbdec6 commit 3e5e0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "Tag is on main"
2323
else
2424
echo "Tag is NOT on main, skipping"
25-
exit 0
25+
exit 1
2626
fi
2727
2828
build-native:

0 commit comments

Comments
 (0)