We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd722c commit 9f1183dCopy full SHA for 9f1183d
.github/workflows/create-release.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- v*
7
+ # Add this manual trigger
8
+ workflow_dispatch:
9
10
permissions:
11
contents: write
0 commit comments