Skip to content

Commit ba6a1f1

Browse files
committed
refactor: remove unused create_tag workflow input parameter
The create_tag input parameter is no longer needed after removing the create-tag job, as action-gh-release handles tag creation automatically.
1 parent a420663 commit ba6a1f1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ on:
1010
description: 'Version to release (e.g., 1.0.0)'
1111
required: true
1212
type: string
13-
create_tag:
14-
description: 'Create tag for this version'
15-
required: true
16-
type: boolean
17-
default: true
1813

1914
env:
2015
PYTHON_VERSION: "3.11"

0 commit comments

Comments
 (0)