We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ac04e commit 0a2ea97Copy full SHA for 0a2ea97
.github/workflows/auto-update.yml
@@ -3,7 +3,7 @@ run-name: Update npm dependencies
3
4
on:
5
schedule:
6
- - cron: '30 12 6,20 * *'
+ - cron: '30 12 3,17 * *'
7
workflow_dispatch:
8
9
permissions:
@@ -46,7 +46,9 @@ jobs:
46
- uses: actions/upload-artifact@v4
47
with:
48
name: build-artifacts
49
- path: dist
+ path: |
50
+ dist
51
+ package*.json
52
53
publish-npm:
54
needs: update-deps
.github/workflows/npm-publish.yml
@@ -29,7 +29,9 @@ jobs:
29
30
31
32
33
34
35
36
37
needs: build
0 commit comments