Skip to content

Commit 89b592d

Browse files
chore: bun fmt
1 parent bfe65cd commit 89b592d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/tag_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ create_and_push_tags() {
195195
for module_info in "${MODULES_TO_TAG[@]}"; do
196196
IFS=':' read -r module_path namespace module_name version <<< "$module_info"
197197
local tag_name="release/$namespace/$module_name/v$version"
198-
198+
199199
if git rev-parse --verify "$tag_name" > /dev/null 2>&1; then
200200
tags_to_push+=("$tag_name")
201201
fi

0 commit comments

Comments
 (0)