diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9000b0b1..23f0a3d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -101,8 +101,6 @@ jobs: - name: Commit version bump run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" git add pyproject.toml stagehand/__init__.py git commit -m "Bump version to ${{ steps.version.outputs.new_version }}" git tag "v${{ steps.version.outputs.new_version }}" diff --git a/README.md b/README.md index 0ae637d3..6ed43a17 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ -
The AI Browser Automation Framework
- Read the Docs
+ Read the Docs