From ff4e0ff60a51dcd5cf15bc615f5ecbcb32a90dc6 Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Wed, 16 Nov 2022 08:48:42 -0800 Subject: [PATCH] Fix description for `input` --- .github/workflows/publish-npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 8407ea0..c496c15 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: bump: - description: How to increase the value of the + description: How to increase the version type: choice default: patch options: @@ -35,4 +35,4 @@ jobs: - name: Publish packages run: npx lerna publish ${{ github.event.inputs.bump }} --yes env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}