Skip to content

Commit

Permalink
re-generate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 28, 2023
1 parent 8f81ea3 commit fbd0dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: 'Create body'
run: |
npm install
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
cat .github/workflows/body-github-release.md
- name: 'Publish release'
Expand Down

0 comments on commit fbd0dfb

Please sign in to comment.