We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c747f3 commit 22b0be1Copy full SHA for 22b0be1
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,11 @@ on:
4
push:
5
tags:
6
- 'v*'
7
+ workflow_dispatch:
8
+ inputs:
9
+ tag:
10
+ description: 'Tag to release (defaults to latest)'
11
+ required: false
12
13
permissions:
14
contents: write
0 commit comments