From 8895004e03c7a52dabbc1ecdc1accfc725a8a57f Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Mon, 5 Dec 2022 15:49:22 +0100 Subject: [PATCH] Update publish-new-version.yaml --- .github/workflows/publish-new-version.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 2578e98881..9b70096c46 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -1,10 +1,10 @@ -name: 'Run npm version and push tags' +name: Run npm version and push tags on: workflow_dispatch: inputs: - - name: version - description: 'What version would you like to use?' + version: + description: What version would you like to use? jobs: build: