Skip to content

Commit 79fa1f9

Browse files
committed
1 parent 06fd39b commit 79fa1f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- dist
66
paths:
77
- src/**
8+
- .github/workflows/build.yml
89

910
jobs:
1011
build:
@@ -26,11 +27,10 @@ jobs:
2627
run: npm run build
2728

2829
- name: Commit changes
29-
uses: EndBug/add-and-commit@v2
30+
uses: EndBug/add-and-commit@v4.0.0
3031
with:
31-
force: true
3232
message: "[auto] Update compiled version"
33-
path: lib
34-
pattern: "*.js"
33+
add: lib
34+
force: true
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)