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 7b1a770 commit c4decedCopy full SHA for c4deced
.github/workflows/release-go-task.yml
@@ -228,7 +228,7 @@ jobs:
228
uses: ncipollo/release-action@v1
229
with:
230
token: ${{ secrets.GITHUB_TOKEN }}
231
- bodyFile: ${{ env.DIST_DIR }}/CHANGELOG.md
+ # bodyFile: ${{ env.DIST_DIR }}/CHANGELOG.md
232
draft: false
233
prerelease: ${{ steps.prerelease.outputs.IS_PRE }}
234
# NOTE: "Artifact is a directory" warnings are expected and don't indicate a problem
0 commit comments