Skip to content

Commit b3d5e2e

Browse files
authored
feat: gh action add manual trigger feature
1 parent 98a53c3 commit b3d5e2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
push:
1515
tags:
1616
- 'v*'
17+
workflow_dispatch:
18+
1719
jobs:
1820
goreleaser:
1921
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)