diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b960d189..4e2d2040 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -4,9 +4,14 @@ on: workflow_dispatch: inputs: releaseType: - description: 'Release type - major, minor or patch' + description: "Release Type" required: true - default: 'patch' + type: choice + default: "patch" + options: + - patch + - minor + - major env: NPM_TOKEN: ${{secrets.NPM_TOKEN}}