We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74305f7 commit d44f4beCopy full SHA for d44f4be
1 file changed
.github/workflows/release.yml
@@ -14,7 +14,7 @@ on:
14
tags:
15
- 'v(\d|\.)+' # Only if the tag contains 'v0.0.0' etc
16
# Allows you to run this workflow manually from the Actions tab when needed
17
- # workflow_dispatch:
+ workflow_dispatch:
18
19
jobs:
20
release:
0 commit comments