Skip to content

Commit d35fa39

Browse files
authored
chore: allow release to be triggered manually (#642)
1 parent a969a91 commit d35fa39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- v**
6+
workflow_dispatch:
67

78
jobs:
89
release:

0 commit comments

Comments
 (0)