Skip to content

Commit

Permalink
ci: update workflow to push to current branch instead of main (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
samikachai committed Dec 11, 2024
1 parent 9790809 commit 4224735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
git add CHANGELOG.md
git commit -m "chore: update changelog for $GITHUB_REF"
git push origin main
git push origin docs--automate-changelog-creation
- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 4224735

Please sign in to comment.