Skip to content

Commit

Permalink
update changelog workflow to commit from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iramiller committed Sep 12, 2023
1 parent 725e126 commit 99ba89f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true

- name: Sign commit and push changes
run: |
git add ./CHANGELOG.md
git commit -S -m "Updated Changelog"
git push
# This step is required for committing the changes to your branch.
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-of-this-action-do-not-trigger-new-workflow-runs
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_options: "-S"
commit_message: "Updated Changelog"

0 comments on commit 99ba89f

Please sign in to comment.