Skip to content

Commit 2032e80

Browse files
committed
skip CHANGELOG.md
1 parent 9e8e800 commit 2032e80

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
token: ${{ github.token }}
5555
tag: ${{ github.ref_name }}
5656

57-
- name: Commit CHANGELOG.md
58-
uses: stefanzweifel/git-auto-commit-action@v7
59-
with:
60-
branch: main
61-
commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
62-
file_pattern: CHANGELOG.md
57+
# - name: Commit CHANGELOG.md
58+
# uses: stefanzweifel/git-auto-commit-action@v7
59+
# with:
60+
# branch: main
61+
# commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
62+
# file_pattern: CHANGELOG.md
6363

6464
- name: Create GitHub Release
6565
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)