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 7406c7e commit b7cd946Copy full SHA for b7cd946
.github/workflows/main.yml
@@ -80,7 +80,7 @@ jobs:
80
- uses: softprops/action-gh-release@v1
81
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/')
82
with:
83
- body_path: build/CHANGELOG.md
+ # body_path: build/CHANGELOG.md
84
files: |
85
dist/*
86
0 commit comments