Skip to content

Commit

Permalink
chore: Push version changes to the release branch (#6)
Browse files Browse the repository at this point in the history
Previously, since no remote and branch was specified, it was attempting
to push to the main branch, and failing since the main branch is
protected. This updates the CI workflow so that the version number
update is pushed to the release branch.
  • Loading branch information
unfunco authored Apr 18, 2024
1 parent 82fe560 commit 2d5abaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
git config user.email "48985810+david-letterman@users.noreply.github.com"
git add anthropic.go
git commit -m "Configure version number"
git push
git push origin release-please--branches--main

0 comments on commit 2d5abaf

Please sign in to comment.