File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -326,39 +326,19 @@ jobs:
326326 echo "-------------------------------"
327327 echo "Create Release notes..."
328328 echo "-------------------------------"
329-
330- VREV=$(git ls-remote https://github.com/${{ github.repository }} | head -1 | sed "s/HEAD//" | cut -c 1-7)
331-
332- echo ">>> Step 1"
333-
334- echo "VDRSternELEC: [master@${VREV}](https://github.com/${{ github.repository }}/tree/${VREV})" >> release_notes
335-
336- echo ">>> Step 2"
337329
330+ # VREV=$(git ls-remote https://github.com/${{ github.repository }} | head -1 | sed "s/HEAD//" | cut -c 1-7)
331+ # echo "VDRSternELEC: [master@${VREV}](https://github.com/${{ github.repository }}/tree/${VREV})" >> release_notes
332+
338333 echo "" >> release_notes
339-
340- echo ">>> Step 3"
341-
342334 echo "----------------------------------------------------------------------------" >> release_notes
343-
344- echo ">>> Step 4"
345-
346335 echo "| Status | Distro | Project | Device | Revision |" >> release_notes
347-
348- echo ">>> Step 5"
349-
350336 echo "| ------- | ------ | ------- | ------ | -------- |" >> release_notes
351-
352- echo ">>> Step 6"
353-
337+
354338 cat build-summary/build-summary* >> release_notes || true
355-
356- echo ">>> Step 7"
357-
339+
358340 cat release_notes
359-
360- echo ">>> Step 8"
361-
341+
362342 echo "-------------------------------"
363343 echo "Create Release..."
364344 echo "-------------------------------"
You can’t perform that action at this time.
0 commit comments