Skip to content

Commit 9422a36

Browse files
ci(release): Add description for tag_name
1 parent c7fe2c5 commit 9422a36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: Create Release
22
# example: gh workflow run release.yml -f tag_name=v1.1.4
33
on:
44
workflow_dispatch:
5-
branches:
6-
- main
75
inputs:
86
tag_name:
97
type: string
108
required: true
9+
description: the tag name for the release (with v prefix)
1110

1211
jobs:
1312
prepare-release:

0 commit comments

Comments
 (0)