Skip to content

Commit 01b3042

Browse files
committed
Update workflows
1 parent e5272e4 commit 01b3042

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
run: npm run build
2525

2626
- name: Commit changes
27-
uses: EndBug/add-and-commit@v2.1.1
27+
uses: EndBug/add-and-commit@v2.2.0
2828
with:
29-
author_name: Federico Grandi
30-
author_email: [email protected]
3129
force: true
3230
message: "[auto] Update compiled version"
3331
path: lib

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
run: npm run build
2525

2626
- name: Commit changes
27-
uses: EndBug/add-and-commit@v2.1.1
27+
uses: EndBug/add-and-commit@v2.2.0
2828
with:
29-
author_name: Federico Grandi
30-
author_email: [email protected]
3129
force: true
3230
message: "[auto] Update compiled version"
3331
path: lib

0 commit comments

Comments
 (0)