Skip to content

Commit

Permalink
rebase pull
Browse files Browse the repository at this point in the history
  • Loading branch information
taliesins committed Dec 27, 2023
1 parent 283213a commit f83c73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
default_author: github_actions
message: "chore(release): v${{ steps.get_version.outputs.RELEASE_VERSION }}"
add: "CHANGELOG.md"
pull: '--rebase'
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,4 @@ jobs:
message: "chore(release): v${{ steps.get_version.outputs.PRERELEASE_VERSION }}"
add: "CHANGELOG.md"
new_branch: "v${{ steps.get_version.outputs.PRERELEASE_VERSION }}"
pull: '--rebase'

0 comments on commit f83c73b

Please sign in to comment.