File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,19 +47,19 @@ jobs:
4747 - name : Verify build outputs
4848 run : ls -l .output/*.zip
4949
50- - name : Update CHANGELOG
51- id : changelog
52- uses : requarks/changelog-action@v1
53- with :
54- token : ${{ github.token }}
55- tag : ${{ github.ref_name }}
50+ # - name: Update CHANGELOG
51+ # id: changelog
52+ # uses: requarks/changelog-action@v1
53+ # with:
54+ # token: ${{ github.token }}
55+ # 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/')
You can’t perform that action at this time.
0 commit comments