File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 7171 run : |
7272 ls -lLA
7373 npm --prefix build-assets install -dd
74- ./build-assets/node_modules/.bin/liquidjs --context '{ "XBB_RELEASE_VERSION ": "${{github.event.inputs.version}}" }' --template @build-assets/templates/body-github-release-liquid.md --output .github/workflows/body-github-release.md
74+ ./build-assets/node_modules/.bin/liquidjs --context '{ "releaseVersion ": "${{github.event.inputs.version}}" }' --template @build-assets/templates/body-github-release-liquid.md --output .github/workflows/body-github-release.md
7575 cat .github/workflows/body-github-release.md
7676
7777 - name : ' Publish release'
Original file line number Diff line number Diff line change 3333 package-version :
3434 description : ' The semver of the npm release'
3535 required : false
36- default : ' next '
36+ default : ' test '
3737 version :
3838 description : ' The GitHub release version'
3939 required : false
@@ -337,9 +337,6 @@ jobs:
337337 touch ${{github.workspace}}/build-assets/artefacts/tests-report.md
338338 echo "---" >>${{github.workspace}}/build-assets/artefacts/tests-report.md
339339 echo "title: QEMU RISC-V ${{github.event.inputs.version}} test results" >>${{github.workspace}}/build-assets/artefacts/tests-report.md
340- echo "permalink: /dev-tools/qemu-riscv/tests/${{github.event.inputs.version}}/" >>${{github.workspace}}/build-assets/artefacts/tests-report.md
341- echo >>${{github.workspace}}/build-assets/artefacts/tests-report.md
342- echo "comments: true" >>${{github.workspace}}/build-assets/artefacts/tests-report.md
343340 echo >>${{github.workspace}}/build-assets/artefacts/tests-report.md
344341 echo "date: $(date "+%Y-%m-%d %H:%M:%S %z")" >>${{github.workspace}}/build-assets/artefacts/tests-report.md
345342 echo >>${{github.workspace}}/build-assets/artefacts/tests-report.md
You can’t perform that action at this time.
0 commit comments