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 14db50a commit 22b2de8Copy full SHA for 22b2de8
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
27
- name: Release with Changelog
28
run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
29
+ continue-on-error: true # failed when only tag pushed
30
env:
31
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
32
0 commit comments