Skip to content

Commit c9330cb

Browse files
committed
fix: don't allow manual release version override
1 parent 6c9026c commit c9330cb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
description: 'Dry run (test without publishing)'
1414
type: boolean
1515
default: false
16-
release_as:
17-
description: 'Force a specific version (e.g., "1.0.0") - leave empty for automatic'
18-
type: string
19-
default: ''
2016

2117
permissions:
2218
contents: write
@@ -36,9 +32,6 @@ jobs:
3632
id: release
3733
with:
3834
release-type: node
39-
bump-minor-pre-major: true
40-
bump-patch-for-minor-pre-major: true
41-
release-as: ${{ github.event.inputs.release_as || '' }}
4235

4336
publish:
4437
needs: release-please

0 commit comments

Comments
 (0)