Fix description for input

This commit is contained in:
Christopher Schleiden
2022-11-16 08:48:42 -08:00
committed by GitHub
parent 331d6e18c1
commit ff4e0ff60a
+2 -2
View File
@@ -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 }}