Skip to content

Commit 9cb5dce

Browse files
committed
fix: add workflow_dispatch to publish.yaml
1 parent ac9f708 commit 9cb5dce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: publish
22

33
on:
4+
# Shows the manual trigger in GitHub UI
5+
# helpful as a back-up in case the GitHub Actions Workflow fails
6+
workflow_dispatch:
7+
48
release:
59
types: [published]
610

0 commit comments

Comments
 (0)