Skip to content

Commit

Permalink
ci: 3rd try to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Nov 7, 2022
1 parent 9f9ec2f commit a493038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'trying.tmp*'
- 'staging*.tmp'
schedule:
- cron: '0 22 * * *' # 8PM CET/11AM PT
- cron: '0 23 * * *' # 8PM CET/11AM PT

name: mathport

Expand Down
4 changes: 2 additions & 2 deletions update_ports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ GITHUB_USER=leanprover-community-bot

set -ex

git config user.email "[email protected]"
git config user.name "leanprover-community-bot"
git config --global user.email "[email protected]"
git config --global user.name "leanprover-community-bot"

git clone "https://$GITHUB_USER:$GITHUB_TOKEN@github.com/leanprover-community/lean3port"
pushd lean3port
Expand Down

0 comments on commit a493038

Please sign in to comment.