Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Commit changes
if: inputs.dist-tag == 'next'
uses: EndBug/add-and-commit@v10
uses: EndBug/add-and-commit@v11
id: commit
with:
author_name: Apify Release Bot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

- name: Commit changes
id: commit
uses: EndBug/add-and-commit@v10
uses: EndBug/add-and-commit@v11
with:
author_name: Apify Release Bot
author_email: noreply@apify.com
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
yarn docusaurus api:version $MAJOR_MINOR

- name: Commit and push the version snapshot
uses: EndBug/add-and-commit@v10
uses: EndBug/add-and-commit@v11
with:
author_name: Apify Release Bot
author_email: noreply@apify.com
Expand Down
Loading