Improve formatting for comments
This commit is contained in:
parent
256d17bc23
commit
15bacfeef1
1 changed files with 5 additions and 2 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -85,6 +85,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
body: |
|
body: |
|
||||||
Released snapshot build with `@dev` tag in npm with version: ${{ fromJson(env.PACKAGE_JSON).version }}
|
Released snapshot build with `@dev` tag in npm with version: `${{ fromJson(env.PACKAGE_JSON).version }}`
|
||||||
|
|
||||||
Install it with `pnpm add @saleor/app-sdk@${{ fromJson(env.PACKAGE_JSON).version }}`
|
Install it with
|
||||||
|
```bash
|
||||||
|
pnpm add @saleor/app-sdk@${{ fromJson(env.PACKAGE_JSON).version }}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue