Skip to content

Commit

Permalink
fix: push new changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
farhat-ha committed Nov 1, 2024
1 parent 2d9fbf4 commit 6b4ae38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
echo "## Release: ${{ github.event.release.name }}" >> CHANGELOG.md
echo "${{ github.event.release.body }}" >> CHANGELOG.md
echo "" >> CHANGELOg.md
echo "" >> CHANGELOG.md
- name: Commit and push changes
working-directory: packages/js
Expand All @@ -26,5 +26,6 @@ jobs:
git config user.email [email protected]
git add CHANGELOG.md
git commit --no-verify -m "Update CHANGELOG with release ${{ github.event.release.tag_name }}"
git push origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6b4ae38

Please sign in to comment.