We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f81ea3 commit fbd0dfbCopy full SHA for fbd0dfb
.github/workflows/publish-release.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: 'Create body'
66
run: |
67
npm install
68
- cat scripts/templates/body-github-release-liquid.md | npm run liquidjs --silent -- '{ "XBB_RELEASE_VERSION": "${{ github.event.inputs.version }}" }' >.github/workflows/body-github-release.md
+ npm run liquidjs --silent -- --context '{ "XBB_RELEASE_VERSION": "${{ github.event.inputs.version }}" }' --template @scripts/templates/body-github-release-liquid.md >.github/workflows/body-github-release.md
69
cat .github/workflows/body-github-release.md
70
71
- name: 'Publish release'
0 commit comments