Skip to content

Commit b391072

Browse files
authored
fix(ci): Update release.yml
1 parent a3036ae commit b391072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: GitHub - Release
33

44
on:
5-
workflow_distach:
5+
workflow_dispatch:
66
inputs:
77
bump:
88
type: choice
@@ -79,4 +79,4 @@ jobs:
7979
gh release create --latest --generate-notes \
8080
--title "v${{ steps.version.outputs.version }}" \
8181
"${{ steps.version.outputs.version }}"
82-
82+

0 commit comments

Comments
 (0)