Skip to content

Commit 7b36aeb

Browse files
jeboehmclaude
andcommitted
chore(ci): fix manual release dispatch - remove unsupported release-type input
The conventional-changelog-action does not support a release-type input; version bump is derived from commits. Keeping only skip-on-empty conditional so a manual dispatch forces a patch release even with an empty changelog. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent f15498b commit 7b36aeb

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ on:
44
branches:
55
- main
66
workflow_dispatch:
7-
inputs:
8-
release_type:
9-
description: "Release type to force (patch, minor, major)"
10-
required: false
11-
default: "patch"
12-
type: choice
13-
options:
14-
- patch
15-
- minor
16-
- major
177
concurrency:
188
group: "${{ github.workflow }}-${{ github.ref }}"
199
cancel-in-progress: true
@@ -32,7 +22,6 @@ jobs:
3222
with:
3323
github-token: ${{ secrets.GH_RELEASE_PAT }}
3424
skip-on-empty: ${{ github.event_name != 'workflow_dispatch' }}
35-
release-type: ${{ github.event.inputs.release_type || 'patch' }}
3625
git-push: false
3726
skip-git-pull: true
3827
skip-version-file: true

0 commit comments

Comments
 (0)