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: