Skip to content

Commit cd09ea7

Browse files
committed
Continue on error when generating/commiting changelog
1 parent 10e2d8d commit cd09ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/package-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,13 @@ jobs:
144144
make docs
145145
- name: Update CHANGELOG
146146
id: changelog
147+
continue-on-error: true
147148
uses: requarks/changelog-action@v1
148149
with:
149150
token: ${{ github.token }}
150151
tag: ${{ github.ref_name }}
151152
- name: Commit CHANGELOG.md
153+
continue-on-error: true
152154
uses: stefanzweifel/git-auto-commit-action@v4
153155
with:
154156
branch: main

0 commit comments

Comments
 (0)