Skip to content

Commit a85d828

Browse files
chore: update the file
1 parent c50549c commit a85d828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git config --global user.email "[email protected]"
2929
git config --global user.name "x-tools-author"
3030
git tag -d continuous || true
31-
git push origin :refs/tags/continuous
31+
git push origin --delete continuous || true
3232
git tag continuous
3333
git push origin continuous -f
3434
update-release:

0 commit comments

Comments
 (0)