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 10e2d8d commit cd09ea7Copy full SHA for cd09ea7
.github/workflows/package-publish.yml
@@ -144,11 +144,13 @@ jobs:
144
make docs
145
- name: Update CHANGELOG
146
id: changelog
147
+ continue-on-error: true
148
uses: requarks/changelog-action@v1
149
with:
150
token: ${{ github.token }}
151
tag: ${{ github.ref_name }}
152
- name: Commit CHANGELOG.md
153
154
uses: stefanzweifel/git-auto-commit-action@v4
155
156
branch: main
0 commit comments