Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ jobs:
# Direct push flow (auto-release)
- name: Push to main
if: inputs.push_directly
run: git push origin main
run: |
git remote set-url origin git@github.com:anthropics/claude-agent-sdk-python.git
git push origin main

- name: Create tag and GitHub Release
if: inputs.push_directly
Expand Down