Update workflows
This commit is contained in:
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
@@ -24,10 +24,8 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v2.1.1
|
uses: EndBug/add-and-commit@v2.2.0
|
||||||
with:
|
with:
|
||||||
author_name: Federico Grandi
|
|
||||||
author_email: fgrandi30@gmail.com
|
|
||||||
force: true
|
force: true
|
||||||
message: "[auto] Update compiled version"
|
message: "[auto] Update compiled version"
|
||||||
path: lib
|
path: lib
|
||||||
|
|||||||
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -24,10 +24,8 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v2.1.1
|
uses: EndBug/add-and-commit@v2.2.0
|
||||||
with:
|
with:
|
||||||
author_name: Federico Grandi
|
|
||||||
author_email: fgrandi30@gmail.com
|
|
||||||
force: true
|
force: true
|
||||||
message: "[auto] Update compiled version"
|
message: "[auto] Update compiled version"
|
||||||
path: lib
|
path: lib
|
||||||
|
|||||||
Reference in New Issue
Block a user