Skip to content

Commit 0be9f01

Browse files
committed
fix: add manual trigger for publish workflow
1 parent 6e6462c commit 0be9f01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
name: Publish
2+
3+
on:
4+
workflow_dispatch:
5+
16
jobs:
27
release:
38
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)