Skip to content

Commit

Permalink
change from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmEmanuel committed Jan 5, 2024
1 parent 4f68eb9 commit a5c52a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PublishReleaseAndModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b changelog/${{ github.ref_name }}
git add CHANGELOG.md
git commit -m "docs: update changelog for ${{ github.ref_name }}"
git push
git push origin changelog/${{ github.ref_name }}
- name: Create Pull Request
id: create-pull-request
Expand Down

0 comments on commit a5c52a6

Please sign in to comment.