@cryptotaxi247 / netdata-1 / commits / 8315a8e9f

Always mark nightly build releases as latest. (#14261)

This compensates for the fact that GitHub’s release sorting is based on a byte-wise sort of the associated tag name, which does not match up with the temporal sorting that we actually want for this.

Austin S. Hemmelgarn committed Jan 13, 2023 at 07:42 UTC 8315a8e9f5d83eccbdafffe3c9f1c120780ff66c
1 file changed +1
.github/workflows/build.yml
+1
@@ -726,6 +726,7 @@ jobs:
726 repo: netdata-nightlies
727 body: Netdata nightly build for ${{ steps.version.outputs.date }}.
728 commit: ${{ steps.version.outputs.commit }}
729 + makeLatest: true
730 tag: ${{ steps.version.outputs.version }}
731 token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
732 - name: Failure Notification