Skip to content

Commit f55f79f

Browse files
authored
Merge pull request #2974 from cdr/jsjoeio/update-publish-workflow
fix: add workflow_dispatch to publish.yaml
2 parents ac9f708 + 9cb5dce commit f55f79f

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)