Skip to content

Commit 7183144

Browse files
committed
Fix release.sh perm
1 parent e87a2e9 commit 7183144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if [ -z "$tagged" ]; then
2525

2626
else
2727
echo "Tag $tag already exists"
28-
fi
28+
fi

0 commit comments

Comments
 (0)