Skip to content

Commit d464ad0

Browse files
committed
chore: ignore release time when publishing electron builds
Signed-off-by: Nick Hale <[email protected]>
1 parent 6e2f8ed commit d464ad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Build Electron app
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
EP_GH_IGNORE_TIME: true
3637
APPLE_API_KEY: /tmp/apikey.p8
3738
APPLE_API_KEY_ID: ${{ secrets.ELECTRON_APPLE_API_KEY_ID }}
3839
APPLE_API_ISSUER: ${{ secrets.ELECTRON_APPLE_API_ISSUER }}

0 commit comments

Comments
 (0)