Skip to content

Commit

Permalink
ci(release): add branch pull action before commit (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
samikachai authored Dec 17, 2024
1 parent 9e38e8c commit 5f191c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b update-changelog
git pull origin update-changelog
git add --all
git commit -m "chore: update changelog for $GITHUB_REF"
git push origin update-changelog
Expand Down

0 comments on commit 5f191c5

Please sign in to comment.