Skip to content

Commit c4deced

Browse files
committed
(d) don't publish changelog to release notes
1 parent 7b1a770 commit c4deced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
uses: ncipollo/release-action@v1
229229
with:
230230
token: ${{ secrets.GITHUB_TOKEN }}
231-
bodyFile: ${{ env.DIST_DIR }}/CHANGELOG.md
231+
# bodyFile: ${{ env.DIST_DIR }}/CHANGELOG.md
232232
draft: false
233233
prerelease: ${{ steps.prerelease.outputs.IS_PRE }}
234234
# NOTE: "Artifact is a directory" warnings are expected and don't indicate a problem

0 commit comments

Comments
 (0)