Skip to content

Commit 30dcb65

Browse files
author
dompl
committed
update
1 parent 87a08e1 commit 30dcb65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
211211
# 强制添加并提交 release 目录(覆盖模式)
212212
git add -f release
213-
git commit -m "chore(release): add build artifacts ${RELEASE_TAG}" || echo "No changes to commit"
213+
git commit -m "chore(release): add build artifacts" || echo "No changes to commit"
214214
215215
# 强制推送覆盖远程 release 分支
216216
git push -f origin release

0 commit comments

Comments
 (0)