Skip to content

Commit 8c582e5

Browse files
authored
ci(release): adds manual dispatch option (#48)
I can't figure out some of this semantic release stuff, so I'm adding a manual trigger for releases via the `workflow_dispatch` event
1 parent dee9778 commit 8c582e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- '[1-9].[x0-9].[x0-9]'
77
- main
88
- alpha
9+
workflow_dispatch:
910

1011
permissions:
1112
contents: read # for checkout

0 commit comments

Comments
 (0)