-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): Fix workflow for autogeneration changelog
- Loading branch information
Showing
3 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,6 @@ jobs: | |
- name: Setup Task | ||
uses: arduino/setup-task@v2 | ||
|
||
- name: Check or create branch | ||
run: task check_changelog_branch | ||
|
||
- name: Generate changelog | ||
uses: orhun/git-cliff-action@v3 | ||
with: | ||
|
@@ -42,4 +39,4 @@ jobs: | |
git config --global user.email '[email protected]' | ||
git add CHANGELOG.md | ||
git commit -m "Update CHANGELOG.md" | ||
git push https://github.com/${{ github.repository }}.git HEAD:update-changelog | ||
git push https://github.com/${{ github.repository }}.git HEAD:main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters