From 9bfbcca982262719fac6efcac3bc5b9aac2ea589 Mon Sep 17 00:00:00 2001 From: Nabil Tharwat Date: Thu, 4 Feb 2021 10:23:21 +0200 Subject: [PATCH] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 606bd297..c033ab2a 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: Electron Builder Action +name: Electron Forge Action author: Samuel Meuli -description: GitHub Action for building and releasing Electron apps +description: GitHub Action for building and releasing Electron apps using electron-forge inputs: github_token: @@ -45,7 +45,7 @@ inputs: required: false runs: - using: node12 + using: node14 main: index.js branding: