We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8e800 commit 2032e80Copy full SHA for 2032e80
1 file changed
.github/workflows/release.yml
@@ -54,12 +54,12 @@ jobs:
54
token: ${{ github.token }}
55
tag: ${{ github.ref_name }}
56
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
+ # - name: Commit CHANGELOG.md
+ # uses: stefanzweifel/git-auto-commit-action@v7
+ # with:
+ # branch: main
+ # commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
+ # file_pattern: CHANGELOG.md
63
64
- name: Create GitHub Release
65
if: startsWith(github.ref, 'refs/tags/')
0 commit comments