From ddc2fc5dfd9f1325e1375523bc42d49d21d3c01b Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 22 Aug 2022 11:42:19 +0200 Subject: [PATCH] =?UTF-8?q?Improve=20the=20action=20and=20change=20name=20?= =?UTF-8?q?=F0=9F=A5=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f25787..1d23d9d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,7 @@ # This is a basic workflow that is manually triggered -name: Manual workflow +name: Publish the plugin in marketplace -# Controls when the action will run. Workflow runs when manually triggered using the UI -# or API. on: release: types: @@ -11,7 +9,6 @@ on: jobs: deploying: runs-on: ubuntu-latest - # Steps represent a sequence of tasks that will be executed as part of the job steps: # Runs a single command using the runners shell