Skip to content

Commit 28cb20c

Browse files
committed
feat: add release-as input to force version
1 parent 95d3fb8 commit 28cb20c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
branches:
66
- 'master'
77
workflow_dispatch:
8+
inputs:
9+
release-as:
10+
description: 'Force a specific version (e.g., "3.6.0"). Leave empty for auto-detect.'
11+
required: false
12+
type: string
13+
default: ''
814

915
jobs:
1016
release:
@@ -30,6 +36,7 @@ jobs:
3036
default-branch: master
3137
package-name: cloudinary-video-player
3238
include-v-in-tag: true
39+
release-as: ${{ inputs.release-as || '' }}
3340

3441
publish:
3542
needs: release

0 commit comments

Comments
 (0)