We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed3339 commit dfa694cCopy full SHA for dfa694c
.github/workflows/scheduled-release.yml
@@ -2,7 +2,7 @@ name: Scheduled Release
2
3
on:
4
schedule:
5
- - cron: '30 6 * * 2'
+ - cron: '32 9 * * 2'
6
workflow_dispatch:
7
8
jobs:
@@ -22,6 +22,6 @@ jobs:
22
type: minimal
23
language: dart # we need the dart deps because we use melos to bump dependencies for its client
24
25
- - run: yarn cli release
+ - run: yarn && yarn cli release
26
env:
27
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
0 commit comments