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 }}