Skip to content

Commit

Permalink
docs: fix changelog path (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrie authored Sep 15, 2024
1 parent 3ba531c commit dff493b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,113 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
config: cliff.toml
args: --verbose
env:
OUTPUT: docs/whats_new/CHANGELOG.md
OUTPUT: docs/content/whats_new/CHANGELOG.md
GITHUB_REPO: ${{ github.repository }}

- name: Commit Changelog
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
set +e
git add docs/whats_new/CHANGELOG.md
git add docs/content/whats_new/CHANGELOG.md
git commit -m "docs(changelog): update changelog"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git main
Loading

0 comments on commit dff493b

Please sign in to comment.