Skip to content

Commit 3482f8d

Browse files
committed
re-generate workflows
1 parent 63ff308 commit 3482f8d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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'

.github/workflows/test-xpm.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
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

0 commit comments

Comments
 (0)