Fix workflows
This commit is contained in:
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v2.1.0
|
||||
uses: EndBug/add-and-commit@v2.1.1
|
||||
with:
|
||||
author_name: Federico Grandi
|
||||
author_email: fgrandi30@gmail.com
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v2.1.0
|
||||
uses: EndBug/add-and-commit@v2.1.1
|
||||
with:
|
||||
author_name: Federico Grandi
|
||||
author_email: fgrandi30@gmail.com
|
||||
|
||||
Reference in New Issue
Block a user