Fix description for input
This commit is contained in:
committed by
GitHub
parent
331d6e18c1
commit
ff4e0ff60a
@@ -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 }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user