Skip to content

Commit 182cd4a

Browse files
committed
Publish to npm automatically once per month
1 parent 26ffef2 commit 182cd4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Npm directory update
22
on:
33
workflow_dispatch:
4+
schedule:
5+
# Once per month, on an offset date/time because apparently GHA has
6+
# problems with spikes of scheduled jobs at midnight etc.
7+
- cron: 30 13 15 * *
48
jobs:
59
publish:
610
name: Build, bump & publish to npm

0 commit comments

Comments
 (0)