File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: release
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 0 3 * * *'
5
+ - cron : ' 0 1 * * *'
6
6
workflow_dispatch :
7
7
8
8
jobs :
18
18
- name : Install requirements
19
19
run : |
20
20
python -m pip install --upgrade pip
21
- pip install --requirement scripts/requirements .txt
21
+ pip install --requirement scripts/make_release_requirements .txt
22
22
23
23
- name : Set git details
24
24
run : |
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ def main():
201
201
GITHUB_TOKEN , GITHUB_REPOSITORY )
202
202
print ('pushing changes to branch "{}" of repository "{}"' .format (
203
203
GITHUB_REF_NAME , GITHUB_REPOSITORY ))
204
- print ( local_repo .git .push (server , GITHUB_REF_NAME ) )
204
+ local_repo .git .push (server , GITHUB_REF_NAME )
205
205
206
206
# Create tag and release.
207
207
tag = result ['new_version' ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments