diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index de6bed7..84450f4 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -24,10 +24,8 @@ jobs: run: npm run build - name: Commit changes - uses: EndBug/add-and-commit@v2.1.1 + uses: EndBug/add-and-commit@v2.2.0 with: - author_name: Federico Grandi - author_email: fgrandi30@gmail.com force: true message: "[auto] Update compiled version" path: lib diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 035a3ca..b3edccf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,10 +24,8 @@ jobs: run: npm run build - name: Commit changes - uses: EndBug/add-and-commit@v2.1.1 + uses: EndBug/add-and-commit@v2.2.0 with: - author_name: Federico Grandi - author_email: fgrandi30@gmail.com force: true message: "[auto] Update compiled version" path: lib