Skip to content

Commit 300cfcf

Browse files
committed
chore: 更新 update_assert_version 脚本名称
1 parent d2876b5 commit 300cfcf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
NEW_VERSION="${{ steps.calculate_version.outputs.new_version }}"
112112
echo "🔍 Updating AssertVersion calls to version: $NEW_VERSION"
113-
python3 \!src-dist/update_semver.py "$NEW_VERSION" --force-changed
113+
python3 \!src-dist/update_assert_version.py "$NEW_VERSION" --force-changed
114114
115115
# 检查是否有文件被修改
116116
if git diff --quiet; then

0 commit comments

Comments
 (0)