Skip to content

Commit 88c5472

Browse files
committed
調整
1 parent 1f7f8cb commit 88c5472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/commit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async function main() {
7373

7474
await systemCmd(`git add -A`);
7575
await systemCmd(`git commit -m "chore(workspace): update versions" --no-verify`);
76-
await systemCmd(`git push --follow-tags`);
76+
await systemCmd(`git push --tags`);
7777

7878
console.log('✅ Version update completed');
7979
} catch (error) {

0 commit comments

Comments
 (0)