Skip to content

Commit

Permalink
fix: fixed release workflow [WTEL-5425](https://webitel.atlassian.net…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 2, 2024
1 parent f6a7c17 commit 153c311
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,18 @@ jobs:
fromTag: ${{ steps.newTag.outputs.tag }}
toTag: ${{ steps.prevTag.outputs.tag }}

- name: commit changelog
- name: commit changelog to release
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: release
commit_message: autoupdate changelog
file_pattern: 'CHANGELOG.md'
push_options: --force

- name: commit changelog to master
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: master
commit_message: autoupdate changelog
file_pattern: 'CHANGELOG.md'
push_options: --force
Expand Down

0 comments on commit 153c311

Please sign in to comment.