From 725b491bd0c583d5f0ee1b6682fbd80a251f61a9 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Sat, 7 Oct 2023 13:41:02 +0400 Subject: [PATCH] Fix publish action 2 --- .github/workflows/publish.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b79269c..10cea77 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,16 +1,10 @@ -name: Publish +name: Publish to NPM +defaults: + run: + shell: bash on: - workflow_dispatch: - inputs: - name: - description: 'Release name' - required: true - default: 'Minor Update' - text: - description: 'Patch notes' - required: true - default: Fixed minor issues. + workflow_dispatch jobs: Publish: