Skip to content

Commit 7db99bc

Browse files
authored
Merge pull request #970 from ecomfe/nightly-build
chore(nightly-build): fix potential npm publish error due to time conflict
2 parents 20821c1 + 1281d2a commit 7db99bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Nightly Next
22

33
on:
44
schedule:
5-
- cron: '0 8 * * *'
5+
- cron: '10 8 * * *'
66
workflow_dispatch: {}
77
repository_dispatch:
88
types: publish-nightly-next

0 commit comments

Comments
 (0)