Skip to content

Commit c105f13

Browse files
authored
Create notify-release.yml
Signed-off-by: Claudia Meadows <[email protected]>
1 parent 12a056c commit c105f13

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/notify-release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Notify release
2+
3+
on:
4+
push:
5+
tags: ['v*']
6+
7+
jobs:
8+
update:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Send workflow dispatch to docs
12+
run: gh --repo MithrilJS/docs workflow run package-update.yml -f package=mithril
13+
env:
14+
GH_TOKEN: ${{ secrets.DOCS_UPDATE_TOKEN }}

0 commit comments

Comments
 (0)