We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9026c commit c9330cbCopy full SHA for c9330cb
.github/workflows/release.yml
@@ -13,10 +13,6 @@ on:
13
description: 'Dry run (test without publishing)'
14
type: boolean
15
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: ''
20
21
permissions:
22
contents: write
@@ -36,9 +32,6 @@ jobs:
36
32
id: release
37
33
with:
38
34
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 || '' }}
42
35
43
publish:
44
needs: release-please
0 commit comments