Skip to content

Commit

Permalink
fix: fix change log
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab committed Oct 31, 2024
1 parent 7f951ae commit 72cab76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
git config --local user.name "GitHub Action"
git add CHANGELOG.md
git commit -m "docs: update changelog" || echo "No changes to commit"
git push origin master
git push origin HEAD:refs/heads/$(git rev-parse --abbrev-ref HEAD)
- name: Create or Update Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 72cab76

Please sign in to comment.