Skip to content

Commit c78ace3

Browse files
committed
更加产品线触发ci
1 parent fc96c10 commit c78ace3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/script/build_enet_ios.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ fi
133133
echo "-->>$resultvv"
134134

135135
if [ $1 == 'Debug' ]; then
136-
git tag "$resultvv-beta.$poddatetime"
136+
git tag "xp2p-v$resultvv-beta.$poddatetime"
137137
else
138-
git tag "$vtag"
138+
git tag "xp2p-v$vtag"
139139
fi
140140
# ==========此处添加版本自增逻辑,如果是持续集成发snapshot,最新tag+1;如果是发布就发branch
141141

0 commit comments

Comments
 (0)