Skip to content

Commit

Permalink
fix(build): ignore the time so that we can always do a release even a…
Browse files Browse the repository at this point in the history
…fter 2 hours (#652)

fixes #602
  • Loading branch information
TimPietrusky authored Nov 10, 2021
1 parent 7b3f169 commit 58da409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
ELECTRON_BUILDER_CACHE: $HOME/.cache/electron-builder
USE_HARD_LINKS: false
GH_TOKEN: ${{ secrets.github_token }}
EP_GH_IGNORE_TIME: true

jobs:
build-windows:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main

env:
EP_GH_IGNORE_TIME: true

jobs:
release:
name: Release
Expand Down

0 comments on commit 58da409

Please sign in to comment.