Skip to content

Commit a7ada93

Browse files
committed
Run release earlier
1 parent ce51152 commit a7ada93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22

33
on:
44
schedule:
5-
- cron: '0 3 * * *'
5+
- cron: '0 1 * * *'
66
workflow_dispatch:
77

88
jobs:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install requirements
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install --requirement scripts/requirements.txt
21+
pip install --requirement scripts/make_release_requirements.txt
2222
2323
- name: Set git details
2424
run: |

scripts/make_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def main():
201201
GITHUB_TOKEN, GITHUB_REPOSITORY)
202202
print('pushing changes to branch "{}" of repository "{}"'.format(
203203
GITHUB_REF_NAME, GITHUB_REPOSITORY))
204-
print(local_repo.git.push(server, GITHUB_REF_NAME))
204+
local_repo.git.push(server, GITHUB_REF_NAME)
205205

206206
# Create tag and release.
207207
tag = result['new_version']
File renamed without changes.

0 commit comments

Comments
 (0)