We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fe2c5 commit 9422a36Copy full SHA for 9422a36
.github/workflows/release.yml
@@ -2,12 +2,11 @@ name: Create Release
2
# example: gh workflow run release.yml -f tag_name=v1.1.4
3
on:
4
workflow_dispatch:
5
- branches:
6
- - main
7
inputs:
8
tag_name:
9
type: string
10
required: true
+ description: the tag name for the release (with v prefix)
11
12
jobs:
13
prepare-release:
0 commit comments