Skip to content

Commit

Permalink
ci: fix changelog generation
Browse files Browse the repository at this point in the history
- fix ci changelog syntax
  • Loading branch information
detj committed Aug 23, 2024
1 parent bb8bfaa commit 9d10904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
set +e
git add CHANGELOG.md
git commit -m "ci: update changelog"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPSITORY}.git main
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git main

0 comments on commit 9d10904

Please sign in to comment.