diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 235607e..b451917 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,14 +1,14 @@ name: Create Release on: workflow_dispatch: -inputs: - type: - type: choice - description: Release Type - options: - - patch - - minor - - major + inputs: + type: + type: choice + description: Release Type + options: + - patch + - minor + - major jobs: createRelease: