Skip to content

Commit fbd0dfb

Browse files
committed
re-generate workflows
1 parent 8f81ea3 commit fbd0dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: 'Create body'
6666
run: |
6767
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
68+
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
6969
cat .github/workflows/body-github-release.md
7070
7171
- name: 'Publish release'

0 commit comments

Comments
 (0)