From 57de1b3c14ad4fa8a3be72037f5f5d016742d456 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 13 Feb 2020 13:19:27 +0700 Subject: [PATCH] Update electron.yml --- .github/workflows/electron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 333d57b..cc991f9 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -48,5 +48,5 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: "artifacts/**" - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + env: + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}