Skip to content

Commit

Permalink
Merge pull request #3 from LogCraftIO/feat/customize-release-body
Browse files Browse the repository at this point in the history
feat: customize plugin release body
  • Loading branch information
MatisseB committed Jun 25, 2024
2 parents 2c669b9 + f3947fd commit c8d412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
release/${{ needs.plan.outputs.name }}.wasm
release/${{ needs.plan.outputs.name }}.wasm.sha256
body: |
## Download lgc ${{ needs.plan.outputs.name }} - ${{ needs.plan.outputs.version }}
## Download lgc plugin ${{ needs.plan.outputs.name }} - ${{ needs.plan.outputs.version }}
| File | Checksum |
|--------|----------|
|[${{ needs.plan.outputs.name }}.wasm](https://github.com/LogCraftIO/logcraft-cli-plugins/releases/download/${{ github.ref_name }}/${{ needs.plan.outputs.name }}.wasm) | [checksum](https://github.com/LogCraftIO/logcraft-cli-plugins/releases/download/${{ github.ref_name }}/${{ needs.plan.outputs.name }}.wasm) |
Expand Down

0 comments on commit c8d412f

Please sign in to comment.